Maven Dependency xmlutils >> 0.8.19

In this page we are giving Maven Dependency of com.thesett >> xmlutils version0.8.19

Ads

Tutorials   

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

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

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

Maven dependency of xmlutils version 0.8.19:

<dependency>
	<groupId>com.thesett</groupId>
	<artifactId>xmlutils</artifactId>
	<version>0.8.19</version>
</dependency>

Gradle Dependency of xmlutils version 0.8.19

compile group: 'com.thesett', name: 'xmlutils', version: '0.8.19'

SBT Dependency of xmlutils version 0.8.19

libraryDependencies += "com.thesett" % "xmlutils" % "0.8.19"

Ivy Dependency of xmlutils version 0.8.19

<dependency org="com.thesett" name="xmlutils" rev="0.8.19"/>

Grape Dependency of xmlutils version 0.8.19

@Grapes(
    @Grab(group='com.thesett', module='xmlutils', version='0.8.19')
)

Leiningen Dependency of xmlutils version 0.8.19

[com.thesett/xmlutils "0.8.19"]

Buildr Dependency of xmlutils version 0.8.19

'com.thesett:xmlutils:jar:0.8.19'

Advertisements

Ads