Maven Dependency jkconfig >> 5.0.28

In this page we are giving Maven Dependency of tomcat >> jkconfig version5.0.28

Ads

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

You should include the dependency code given in this page to add Maven Dependency of tomcat >> jkconfig version5.0.28 in your project.

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

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

Maven dependency of jkconfig version 5.0.28:

<dependency>
	<groupId>tomcat</groupId>
	<artifactId>jkconfig</artifactId>
	<version>5.0.28</version>
</dependency>

Gradle Dependency of jkconfig version 5.0.28

compile group: 'tomcat', name: 'jkconfig', version: '5.0.28'

SBT Dependency of jkconfig version 5.0.28

libraryDependencies += "tomcat" % "jkconfig" % "5.0.28"

Ivy Dependency of jkconfig version 5.0.28

<dependency org="tomcat" name="jkconfig" rev="5.0.28"/>

Grape Dependency of jkconfig version 5.0.28

@Grapes(
    @Grab(group='tomcat', module='jkconfig', version='5.0.28')
)

Leiningen Dependency of jkconfig version 5.0.28

[tomcat/jkconfig "5.0.28"]

Buildr Dependency of jkconfig version 5.0.28

'tomcat:jkconfig:jar:5.0.28'

Advertisements

:::ADS::: responsive