Maven Dependency ibatis2-common >> 2.1.0.565

In this page we are giving Maven Dependency of com.ibatis >> ibatis2-common version2.1.0.565

Ads

Tutorials   

You should include the dependency code given in this page to add Maven Dependency of com.ibatis >> ibatis2-common version2.1.0.565 in your project.

In this page we are going to discuss about ibatis2-common version 2.1.0.565 maven dependencies. Maven tool is project management tool which you use to manage your project and easily use ibatis2-common version 2.1.0.565 dependency by just including the code discussed here in pom.xml file of your Maven project.

Maven dependency automatically download dependent library of ibatis2-common version 2.1.0.565 and include the necessary jar files in the project.

Code given here should be included inside <dependencies> ...... </dependencies> tag in the Maven configuration file pom.xml.

We also explained you dependency code of different build system like Gradle Dependency, SBT Dependency, Ivy Dependency, Grape Dependency etc...

Maven dependency of ibatis2-common version 2.1.0.565

Maven dependency of ibatis2-common version 2.1.0.565:

<dependency>
	<groupId>com.ibatis</groupId>
	<artifactId>ibatis2-common</artifactId>
	<version>2.1.0.565</version>
</dependency>

Gradle Dependency of ibatis2-common version 2.1.0.565

compile group: 'com.ibatis', name: 'ibatis2-common', version: '2.1.0.565'

SBT Dependency of ibatis2-common version 2.1.0.565

libraryDependencies += "com.ibatis" % "ibatis2-common" % "2.1.0.565"

Ivy Dependency of ibatis2-common version 2.1.0.565

<dependency org="com.ibatis" name="ibatis2-common" rev="2.1.0.565"/>

Grape Dependency of ibatis2-common version 2.1.0.565

@Grapes(
    @Grab(group='com.ibatis', module='ibatis2-common', version='2.1.0.565')
)

Leiningen Dependency of ibatis2-common version 2.1.0.565

[com.ibatis/ibatis2-common "2.1.0.565"]

Buildr Dependency of ibatis2-common version 2.1.0.565

'com.ibatis:ibatis2-common:jar:2.1.0.565'

Advertisements

Ads