Maven Dependency berkano-taglib-unit >> 20050805.043354

In this page we are giving Maven Dependency of berkano >> berkano-taglib-unit version20050805.043354

Ads

Tutorials   

You should include the dependency code given in this page to add Maven Dependency of berkano >> berkano-taglib-unit version20050805.043354 in your project.

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

Maven dependency automatically download dependent library of berkano-taglib-unit version 20050805.043354 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 berkano-taglib-unit version 20050805.043354

Maven dependency of berkano-taglib-unit version 20050805.043354:

<dependency>
	<groupId>berkano</groupId>
	<artifactId>berkano-taglib-unit</artifactId>
	<version>20050805.043354</version>
</dependency>

Gradle Dependency of berkano-taglib-unit version 20050805.043354

compile group: 'berkano', name: 'berkano-taglib-unit', version: '20050805.043354'

SBT Dependency of berkano-taglib-unit version 20050805.043354

libraryDependencies += "berkano" % "berkano-taglib-unit" % "20050805.043354"

Ivy Dependency of berkano-taglib-unit version 20050805.043354

<dependency org="berkano" name="berkano-taglib-unit" rev="20050805.043354"/>

Grape Dependency of berkano-taglib-unit version 20050805.043354

@Grapes(
    @Grab(group='berkano', module='berkano-taglib-unit', version='20050805.043354')
)

Leiningen Dependency of berkano-taglib-unit version 20050805.043354

[berkano/berkano-taglib-unit "20050805.043354"]

Buildr Dependency of berkano-taglib-unit version 20050805.043354

'berkano:berkano-taglib-unit:jar:20050805.043354'

Advertisements