Jar examples for m:maven-jelly-tags
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.
The Apache Software License, Version 2.0
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'
Click the following link to download the jar file.
maven-jelly-tags-1.0.jar