In this page we are giving Maven Dependency of com.translationexchange >> tml version0.2.6
You should include the dependency code given in this page to add Maven Dependency of com.translationexchange >> tml version0.2.6 in your project.
In this page we are going to discuss about tml version 0.2.6 maven dependencies. Maven tool is project management tool which you use to manage your project and easily use tml version 0.2.6 dependency by just including the code discussed here in pom.xml file of your Maven project.
Maven dependency automatically download dependent library of tml version 0.2.6 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 tml version 0.2.6:
<dependency> <groupId>com.translationexchange</groupId> <artifactId>tml</artifactId> <version>0.2.6</version> </dependency>
Gradle Dependency of tml version 0.2.6
compile group: 'com.translationexchange', name: 'tml', version: '0.2.6'
SBT Dependency of tml version 0.2.6
libraryDependencies += "com.translationexchange" % "tml" % "0.2.6"
Ivy Dependency of tml version 0.2.6
<dependency org="com.translationexchange" name="tml" rev="0.2.6"/>
Grape Dependency of tml version 0.2.6
@Grapes(
@Grab(group='com.translationexchange', module='tml', version='0.2.6')
)
Leiningen Dependency of tml version 0.2.6
[com.translationexchange/tml "0.2.6"]
Buildr Dependency of tml version 0.2.6
'com.translationexchange:tml:jar:0.2.6'
Advertisements