Maven Dependency efficientstring >> 1.11

In this page we are giving Maven Dependency of com.jillesvangurp >> efficientstring version1.11

Ads

Tutorials   

You should include the dependency code given in this page to add Maven Dependency of com.jillesvangurp >> efficientstring version1.11 in your project.

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

Maven dependency automatically download dependent library of efficientstring version 1.11 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 efficientstring version 1.11

Maven dependency of efficientstring version 1.11:

<dependency>
	<groupId>com.jillesvangurp</groupId>
	<artifactId>efficientstring</artifactId>
	<version>1.11</version>
</dependency>

Gradle Dependency of efficientstring version 1.11

compile group: 'com.jillesvangurp', name: 'efficientstring', version: '1.11'

SBT Dependency of efficientstring version 1.11

libraryDependencies += "com.jillesvangurp" % "efficientstring" % "1.11"

Ivy Dependency of efficientstring version 1.11

<dependency org="com.jillesvangurp" name="efficientstring" rev="1.11"/>

Grape Dependency of efficientstring version 1.11

@Grapes(
    @Grab(group='com.jillesvangurp', module='efficientstring', version='1.11')
)

Leiningen Dependency of efficientstring version 1.11

[com.jillesvangurp/efficientstring "1.11"]

Buildr Dependency of efficientstring version 1.11

'com.jillesvangurp:efficientstring:jar:1.11'

Advertisements