MVN

commons-jelly : commons-jelly-tags-ant

Maven & Gradle

Sep 20, 2005
11 usages

commons-jelly-tags-ant · This is a Jelly interface for Ant.

<dependency>
    <groupId>commons-jelly</groupId>
    <artifactId>commons-jelly-tags-ant</artifactId>
    <version>20040902.071105</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of commons-jelly : commons-jelly-tags-ant to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 20040902.071105

All Versions

Choose a version of commons-jelly : commons-jelly-tags-ant to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
20040902.071105
commons-jelly-tags-ant-20040902.071105
20040902.000000
commons-jelly-tags-ant-20040902.000000
20030625.032346
commons-jelly-tags-ant-20030625.032346
20030625.025706
commons-jelly-tags-ant-20030625.025706
20030625.025346
commons-jelly-tags-ant-20030625.025346
20030310.080026
commons-jelly-tags-ant-20030310.080026
20030211.142045
commons-jelly-tags-ant-20030211.142045
1.1
commons-jelly-tags-ant-1.1
1.0
commons-jelly-tags-ant-1.0

How to add a dependency to Maven

Add the following commons-jelly : commons-jelly-tags-ant maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>commons-jelly</groupId>
    <artifactId>commons-jelly-tags-ant</artifactId>
    <version>20040902.071105</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following commons-jelly : commons-jelly-tags-ant gradle dependency to your build.gradle file:

implementation 'commons-jelly:commons-jelly-tags-ant:20040902.071105'

Gradle Kotlin DSL: Add the following commons-jelly : commons-jelly-tags-ant gradle kotlin dependency to your build.gradle.kts file:

implementation("commons-jelly:commons-jelly-tags-ant:20040902.071105")

How to add a dependency to SBT Scala

SBT Scala: Add the following commons-jelly : commons-jelly-tags-ant sbt scala dependency to your build.sbt file:

libraryDependencies += "commons-jelly" % "commons-jelly-tags-ant" % "20040902.071105"

Advertisement