c

commons-jelly-tags-xml

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