Maven Dependency example-web >> 20050105.013502

In this page we are giving Maven Dependency of dentaku >> example-web version20050105.013502

Ads

Tutorials   

You should include the dependency code given in this page to add Maven Dependency of dentaku >> example-web version20050105.013502 in your project.

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

Maven dependency automatically download dependent library of example-web version 20050105.013502 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 example-web version 20050105.013502

Maven dependency of example-web version 20050105.013502:

<dependency>
	<groupId>dentaku</groupId>
	<artifactId>example-web</artifactId>
	<version>20050105.013502</version>
</dependency>

Gradle Dependency of example-web version 20050105.013502

compile group: 'dentaku', name: 'example-web', version: '20050105.013502'

SBT Dependency of example-web version 20050105.013502

libraryDependencies += "dentaku" % "example-web" % "20050105.013502"

Ivy Dependency of example-web version 20050105.013502

<dependency org="dentaku" name="example-web" rev="20050105.013502"/>

Grape Dependency of example-web version 20050105.013502

@Grapes(
    @Grab(group='dentaku', module='example-web', version='20050105.013502')
)

Leiningen Dependency of example-web version 20050105.013502

[dentaku/example-web "20050105.013502"]

Buildr Dependency of example-web version 20050105.013502

'dentaku:example-web:jar:20050105.013502'

Advertisements

Ads