Maven Dependency ws-utils >> 0.2.8

In this page we are giving Maven Dependency of com.mattunderscore >> ws-utils version0.2.8

Ads

Tutorials   

You should include the dependency code given in this page to add Maven Dependency of com.mattunderscore >> ws-utils version0.2.8 in your project.

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

Maven dependency automatically download dependent library of ws-utils version 0.2.8 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 ws-utils version 0.2.8

Maven dependency of ws-utils version 0.2.8:

<dependency>
	<groupId>com.mattunderscore</groupId>
	<artifactId>ws-utils</artifactId>
	<version>0.2.8</version>
</dependency>

Gradle Dependency of ws-utils version 0.2.8

compile group: 'com.mattunderscore', name: 'ws-utils', version: '0.2.8'

SBT Dependency of ws-utils version 0.2.8

libraryDependencies += "com.mattunderscore" % "ws-utils" % "0.2.8"

Ivy Dependency of ws-utils version 0.2.8

<dependency org="com.mattunderscore" name="ws-utils" rev="0.2.8"/>

Grape Dependency of ws-utils version 0.2.8

@Grapes(
    @Grab(group='com.mattunderscore', module='ws-utils', version='0.2.8')
)

Leiningen Dependency of ws-utils version 0.2.8

[com.mattunderscore/ws-utils "0.2.8"]

Buildr Dependency of ws-utils version 0.2.8

'com.mattunderscore:ws-utils:jar:0.2.8'

Advertisements

Ads