Maven Dependency nanocontainer-swing >> 1.0-beta-4

In this page we are giving Maven Dependency of nanocontainer-swing >> nanocontainer-swing version1.0-beta-4

Ads

Tutorials   

You should include the dependency code given in this page to add Maven Dependency of nanocontainer-swing >> nanocontainer-swing version1.0-beta-4 in your project.

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

Maven dependency automatically download dependent library of nanocontainer-swing version 1.0-beta-4 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 nanocontainer-swing version 1.0-beta-4

Maven dependency of nanocontainer-swing version 1.0-beta-4:

<dependency>
	<groupId>nanocontainer-swing</groupId>
	<artifactId>nanocontainer-swing</artifactId>
	<version>1.0-beta-4</version>
</dependency>

Gradle Dependency of nanocontainer-swing version 1.0-beta-4

compile group: 'nanocontainer-swing', name: 'nanocontainer-swing', version: '1.0-beta-4'

SBT Dependency of nanocontainer-swing version 1.0-beta-4

libraryDependencies += "nanocontainer-swing" % "nanocontainer-swing" % "1.0-beta-4"

Ivy Dependency of nanocontainer-swing version 1.0-beta-4

<dependency org="nanocontainer-swing" name="nanocontainer-swing" rev="1.0-beta-4"/>

Grape Dependency of nanocontainer-swing version 1.0-beta-4

@Grapes(
    @Grab(group='nanocontainer-swing', module='nanocontainer-swing', version='1.0-beta-4')
)

Leiningen Dependency of nanocontainer-swing version 1.0-beta-4

[nanocontainer-swing/nanocontainer-swing "1.0-beta-4"]

Buildr Dependency of nanocontainer-swing version 1.0-beta-4

'nanocontainer-swing:nanocontainer-swing:jar:1.0-beta-4'

Advertisements

Ads