Maven, Gradle, SBT, Ivy, Grape, Leiningen and Buildr Dependency for wrench version 1.1.6+68

Maven, Gradle, SBT, Ivy, Grape, Leiningen and Buildr Dependency for wrench version 1.1.6+68. You can add these depency in your project to get com.erigir:wrench:1.1.6+68 Java library in your project.

Maven, Gradle, SBT, Ivy, Grape, Leiningen and Buildr Dependency for wrench version 1.1.6+68

Maven, Gradle, SBT, Ivy, Grape, Leiningen and Buildr Dependency for wrench version 1.1.6+68. You can add these depency in your project to get com.erigir:wrench:1.1.6+68 Java library in your project..

Maven, Gradle, SBT, Ivy, Grape, Leiningen and  Buildr Dependency for wrench version 1.1.6+68

In this section have given the dependency code for Maven, Gradle, SBT, Ivy, Grape, Leiningen and  Buildr Dependency for wrench version 1.1.6+68. You be able to use the dependency given here for the  wrench version 1.1.6+68 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: com.erigir

Artifact: wrench

Version: 1.1.6+68

In this page we are going to discuss wrench version 1.1.6+68 maven dependencies. Maven tool is a project management tool which you use to manage your project and easily use wrench version 1.1.6+68 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 wrench version 1.1.6+68 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 wrench version 1.1.6+68:

<dependency>
	<groupId>com.erigir</groupId>
	<artifactId>wrench</artifactId>
	<version>1.1.6+68</version>
</dependency>

Gradle Dependency of wrench version 1.1.6+68

compile group: 'com.erigir', name: 'wrench', version: '1.1.6+68'

SBT Dependency of wrench version 1.1.6+68

libraryDependencies += "com.erigir" % "wrench" % "1.1.6+68"

Ivy Dependency of wrench version 1.1.6+68

<dependency org="com.erigir" name="wrench" rev="1.1.6+68"/>

Grape Dependency of wrench version 1.1.6+68

@Grapes(
    @Grab(group='com.erigir', module='wrench', version='1.1.6+68')
)

Leiningen Dependency of wrench version 1.1.6+68

[com.erigir/wrench "1.1.6+68"]

Buildr Dependency of wrench version 1.1.6+68

'com.erigir:wrench:jar:1.1.6+68'

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