Download maven-taglib-plugin-1.4.2.jar file - Jar m

Jar examples for m:maven-taglib-plugin

Description

Maven taglib Plug-in is a maven plugin for jsp tag libraries developers. It eases the generation, documentation and testing of jsp tag libraries.

You can download jar file maven-taglib-plugin 1.4.2 in this page.

License

Artistic license

Build File

You can use the following script to add maven-taglib-plugin-1.4.2.jar to your project.

<dependency>
   <groupId>maven-taglib</groupId>
   <artifactId>maven-taglib-plugin</artifactId>
   <version>1.4.2</version>
</dependency>
compile group: 'maven-taglib', name: 'maven-taglib-plugin', version: '1.4.2'
libraryDependencies += "maven-taglib" % "maven-taglib-plugin" % "1.4.2"
<dependency org="maven-taglib" name="maven-taglib-plugin" rev="1.4.2"/>
@Grapes(@Grab(group='maven-taglib', module='maven-taglib-plugin', version='1.4.2'))
'maven-taglib:maven-taglib-plugin:jar:1.4.2'

Download

Click the following link to download the jar file.

maven-taglib-plugin-1.4.2-sources.jar
maven-taglib-plugin-1.4.2.jar
maven-taglib-plugin-1.4.2.pom



Related Tutorials