Maven Dependency learning >> 0.8.16

In this page we are giving Maven Dependency of com.thesett >> learning version0.8.16

Ads

Tutorials   

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

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

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

Maven dependency of learning version 0.8.16:

<dependency>
	<groupId>com.thesett</groupId>
	<artifactId>learning</artifactId>
	<version>0.8.16</version>
</dependency>

Gradle Dependency of learning version 0.8.16

compile group: 'com.thesett', name: 'learning', version: '0.8.16'

SBT Dependency of learning version 0.8.16

libraryDependencies += "com.thesett" % "learning" % "0.8.16"

Ivy Dependency of learning version 0.8.16

<dependency org="com.thesett" name="learning" rev="0.8.16"/>

Grape Dependency of learning version 0.8.16

@Grapes(
    @Grab(group='com.thesett', module='learning', version='0.8.16')
)

Leiningen Dependency of learning version 0.8.16

[com.thesett/learning "0.8.16"]

Buildr Dependency of learning version 0.8.16

'com.thesett:learning:jar:0.8.16'

Advertisements

Ads