Maven Dependency ibatis2-sqlmap >> 2.1.6.589

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

Ads

Tutorials   

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

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

Maven dependency automatically download dependent library of ibatis2-sqlmap version 2.1.6.589 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-sqlmap version 2.1.6.589

Maven dependency of ibatis2-sqlmap version 2.1.6.589:

<dependency>
	<groupId>com.ibatis</groupId>
	<artifactId>ibatis2-sqlmap</artifactId>
	<version>2.1.6.589</version>
</dependency>

Gradle Dependency of ibatis2-sqlmap version 2.1.6.589

compile group: 'com.ibatis', name: 'ibatis2-sqlmap', version: '2.1.6.589'

SBT Dependency of ibatis2-sqlmap version 2.1.6.589

libraryDependencies += "com.ibatis" % "ibatis2-sqlmap" % "2.1.6.589"

Ivy Dependency of ibatis2-sqlmap version 2.1.6.589

<dependency org="com.ibatis" name="ibatis2-sqlmap" rev="2.1.6.589"/>

Grape Dependency of ibatis2-sqlmap version 2.1.6.589

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

Leiningen Dependency of ibatis2-sqlmap version 2.1.6.589

[com.ibatis/ibatis2-sqlmap "2.1.6.589"]

Buildr Dependency of ibatis2-sqlmap version 2.1.6.589

'com.ibatis:ibatis2-sqlmap:jar:2.1.6.589'

Advertisements