Maven, Gradle, SBT, Ivy, Grape, Leiningen and Buildr Dependency for diff_2.11 version 1.2.0-get-simple-name-fix. You can add these depency in your project to get ai.x:diff_2.11:1.2.0-get-simple-name-fix Java library in your project..
Maven, Gradle, SBT, Ivy, Grape, Leiningen and Buildr Dependency for diff_2.11 version 1.2.0-get-simple-name-fix
In this section have given the dependency code for Maven, Gradle, SBT, Ivy, Grape, Leiningen and Buildr Dependency for diff_2.11 version 1.2.0-get-simple-name-fix. You be able to use the dependency given here for the diff_2.11 version 1.2.0-get-simple-name-fix just by copying and pasting your project. One you build your project the respective build tools Maven, Gradle, SBT, Ivy, Grape, Leiningen and Buildr Dependency will download the jar file and include in your project.
Maven Artifact details:
Group: ai.x
Artifact: diff_2.11
Version: 1.2.0-get-simple-name-fix
In this page we are going to discuss diff_2.11 version 1.2.0-get-simple-name-fix maven dependencies. Maven tool is a project management tool which you use to manage your project and easily use diff_2.11 version 1.2.0-get-simple-name-fix dependency by just including the code discussed here in the pom.xml file of your Maven project.
Maven dependency automatically downloads the dependent library of diff_2.11 version 1.2.0-get-simple-name-fix and includes 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 to you the dependency code of different build systems like Gradle Dependency, SBT Dependency, Ivy Dependency, Grape Dependency etc.
Maven dependency of diff_2.11 version 1.2.0-get-simple-name-fix:
<dependency> <groupId>ai.x</groupId> <artifactId>diff_2.11</artifactId> <version>1.2.0-get-simple-name-fix</version> </dependency>
Gradle Dependency of diff_2.11 version 1.2.0-get-simple-name-fix
compile group: 'ai.x', name: 'diff_2.11', version: '1.2.0-get-simple-name-fix'
SBT Dependency of diff_2.11 version 1.2.0-get-simple-name-fix
libraryDependencies += "ai.x" % "diff_2.11" % "1.2.0-get-simple-name-fix"
Ivy Dependency of diff_2.11 version 1.2.0-get-simple-name-fix
<dependency org="ai.x" name="diff_2.11" rev="1.2.0-get-simple-name-fix"/>
Grape Dependency of diff_2.11 version 1.2.0-get-simple-name-fix
@Grapes(
@Grab(group='ai.x', module='diff_2.11', version='1.2.0-get-simple-name-fix')
)
Leiningen Dependency of diff_2.11 version 1.2.0-get-simple-name-fix
[ai.x/diff_2.11 "1.2.0-get-simple-name-fix"]
Buildr Dependency of diff_2.11 version 1.2.0-get-simple-name-fix
'ai.x:diff_2.11:jar:1.2.0-get-simple-name-fix'
The remote public repository is very useful and it allows the developers to download Java library jar files very conveniently just by adding the respective dependency code in their project's build tools configuration.
Relevant Tutorials