Maven Dependency state >> 0.9.117

In this page we are giving Maven Dependency of com.thesett >> state version0.9.117

Ads

Tutorials   

You should include the dependency code given in this page to add Maven Dependency of com.thesett >> state version0.9.117 in your project.

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

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

Maven dependency of state version 0.9.117:

<dependency>
	<groupId>com.thesett</groupId>
	<artifactId>state</artifactId>
	<version>0.9.117</version>
</dependency>

Gradle Dependency of state version 0.9.117

compile group: 'com.thesett', name: 'state', version: '0.9.117'

SBT Dependency of state version 0.9.117

libraryDependencies += "com.thesett" % "state" % "0.9.117"

Ivy Dependency of state version 0.9.117

<dependency org="com.thesett" name="state" rev="0.9.117"/>

Grape Dependency of state version 0.9.117

@Grapes(
    @Grab(group='com.thesett', module='state', version='0.9.117')
)

Leiningen Dependency of state version 0.9.117

[com.thesett/state "0.9.117"]

Buildr Dependency of state version 0.9.117

'com.thesett:state:jar:0.9.117'

Advertisements

Ads