Maven Dependency jta >> 1.0.1b

In this page we are giving Maven Dependency of jta >> jta version1.0.1b

Ads

Tutorials   

You should include the dependency code given in this page to add Maven Dependency of jta >> jta version1.0.1b in your project.

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

Maven dependency automatically download dependent library of jta version 1.0.1b 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 jta version 1.0.1b

Maven dependency of jta version 1.0.1b:

<dependency>
	<groupId>jta</groupId>
	<artifactId>jta</artifactId>
	<version>1.0.1b</version>
</dependency>

Gradle Dependency of jta version 1.0.1b

compile group: 'jta', name: 'jta', version: '1.0.1b'

SBT Dependency of jta version 1.0.1b

libraryDependencies += "jta" % "jta" % "1.0.1b"

Ivy Dependency of jta version 1.0.1b

<dependency org="jta" name="jta" rev="1.0.1b"/>

Grape Dependency of jta version 1.0.1b

@Grapes(
    @Grab(group='jta', module='jta', version='1.0.1b')
)

Leiningen Dependency of jta version 1.0.1b

[jta/jta "1.0.1b"]

Buildr Dependency of jta version 1.0.1b

'jta:jta:jar:1.0.1b'

Advertisements