Download maven-jelly-tags-1.0.jar file - Jar m

Jar examples for m:maven-jelly-tags

Description

The Maven jelly tag library is designed to be used in Maven Jelly scripts and plugins to perform functions such as the reactor, run a Maven sub build, and load a Maven project model.

You can download jar file maven-jelly-tags 1.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add maven-jelly-tags-1.0.jar to your project.

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

Download

Click the following link to download the jar file.

maven-jelly-tags-1.0.jar
maven-jelly-tags-1.0.pom



Related Tutorials