Maven Dependency bubblewrap >> 0.1.62

In this page we are giving Maven Dependency of com.indix >> bubblewrap version0.1.62

Ads

Tutorials   

You should include the dependency code given in this page to add Maven Dependency of com.indix >> bubblewrap version0.1.62 in your project.

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

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

Maven dependency of bubblewrap version 0.1.62:

<dependency>
	<groupId>com.indix</groupId>
	<artifactId>bubblewrap</artifactId>
	<version>0.1.62</version>
</dependency>

Gradle Dependency of bubblewrap version 0.1.62

compile group: 'com.indix', name: 'bubblewrap', version: '0.1.62'

SBT Dependency of bubblewrap version 0.1.62

libraryDependencies += "com.indix" % "bubblewrap" % "0.1.62"

Ivy Dependency of bubblewrap version 0.1.62

<dependency org="com.indix" name="bubblewrap" rev="0.1.62"/>

Grape Dependency of bubblewrap version 0.1.62

@Grapes(
    @Grab(group='com.indix', module='bubblewrap', version='0.1.62')
)

Leiningen Dependency of bubblewrap version 0.1.62

[com.indix/bubblewrap "0.1.62"]

Buildr Dependency of bubblewrap version 0.1.62

'com.indix:bubblewrap:jar:0.1.62'

Advertisements

Ads