Maven Dependency wasp >> 1.13

In this page we are giving Maven Dependency of com.orhanobut >> wasp version1.13

Ads

:::ADS::: 300x600 Tutorials   
adsNew.get("ads8")

You should include the dependency code given in this page to add Maven Dependency of com.orhanobut >> wasp version1.13 in your project.

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

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

Maven dependency of wasp version 1.13:

<dependency>
	<groupId>com.orhanobut</groupId>
	<artifactId>wasp</artifactId>
	<version>1.13</version>
</dependency>

Gradle Dependency of wasp version 1.13

compile group: 'com.orhanobut', name: 'wasp', version: '1.13'

SBT Dependency of wasp version 1.13

libraryDependencies += "com.orhanobut" % "wasp" % "1.13"

Ivy Dependency of wasp version 1.13

<dependency org="com.orhanobut" name="wasp" rev="1.13"/>

Grape Dependency of wasp version 1.13

@Grapes(
    @Grab(group='com.orhanobut', module='wasp', version='1.13')
)

Leiningen Dependency of wasp version 1.13

[com.orhanobut/wasp "1.13"]

Buildr Dependency of wasp version 1.13

'com.orhanobut:wasp:jar:1.13'

Advertisements

:::ADS::: responsive