c

commons-jelly-tags-xml

The Jelly XML Tag Library
Files download
File Operation
commons-jelly-tags-xml-20040902.072037.jar download
commons-jelly-tags-xml-20040902.072037.pom download
Apache Maven
<dependency>
  <groupId>commons-jelly</groupId>
  <artifactId>commons-jelly-tags-xml</artifactId>
  <version>20040902.072037</version>
</dependency>
Gradle Groovy
implementation 'commons-jelly:commons-jelly-tags-xml:20040902.072037'
Gradle Kotlin
implementation("commons-jelly:commons-jelly-tags-xml:20040902.072037")
Scala SBT
libraryDependencies += "commons-jelly" % "commons-jelly-tags-xml" % "20040902.072037"
Groovy Grape
@Grapes(
  @Grab(group='commons-jelly', module='commons-jelly-tags-xml', version='20040902.072037')
)
Apache Ivy
<dependency org="commons-jelly" name="commons-jelly-tags-xml" rev="20040902.072037" />
Leiningen
[commons-jelly/commons-jelly-tags-xml "20040902.072037"]
Apache Buildr
'commons-jelly:commons-jelly-tags-xml:jar:20040902.072037'