In this page we are giving Maven Dependency of slide >> slide-taglib-struts version1.0.16
You should include the dependency code given in this page to add Maven Dependency of slide >> slide-taglib-struts version1.0.16 in your project.
In this page we are going to discuss about slide-taglib-struts version 1.0.16 maven dependencies. Maven tool is project management tool which you use to manage your project and easily use slide-taglib-struts version 1.0.16 dependency by just including the code discussed here in pom.xml file of your Maven project.
Maven dependency automatically download dependent library of slide-taglib-struts version 1.0.16 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 slide-taglib-struts version 1.0.16:
<dependency> <groupId>slide</groupId> <artifactId>slide-taglib-struts</artifactId> <version>1.0.16</version> </dependency>
Gradle Dependency of slide-taglib-struts version 1.0.16
compile group: 'slide', name: 'slide-taglib-struts', version: '1.0.16'
SBT Dependency of slide-taglib-struts version 1.0.16
libraryDependencies += "slide" % "slide-taglib-struts" % "1.0.16"
Ivy Dependency of slide-taglib-struts version 1.0.16
<dependency org="slide" name="slide-taglib-struts" rev="1.0.16"/>
Grape Dependency of slide-taglib-struts version 1.0.16
@Grapes( @Grab(group='slide', module='slide-taglib-struts', version='1.0.16') )
Leiningen Dependency of slide-taglib-struts version 1.0.16
[slide/slide-taglib-struts "1.0.16"]
Buildr Dependency of slide-taglib-struts version 1.0.16
'slide:slide-taglib-struts:jar:1.0.16'
Advertisements