c

commons-jelly

Jelly is a Java and XML based scripting engine. Jelly combines the best ideas from JSTL, Velocity, DVSL, Ant and Cocoon all together in a simple yet powerful scripting engine.
http://jakarta.apache.org/commons/jelly/
Apache Software Foundation
Files download
File Operation
commons-jelly-1.1-hudson-20100305.jar download
commons-jelly-1.1-hudson-20100305.pom download
commons-jelly-1.1-hudson-20100305-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jvnet.hudson</groupId>
  <artifactId>commons-jelly</artifactId>
  <version>1.1-hudson-20100305</version>
</dependency>
Gradle Groovy
implementation 'org.jvnet.hudson:commons-jelly:1.1-hudson-20100305'
Gradle Kotlin
implementation("org.jvnet.hudson:commons-jelly:1.1-hudson-20100305")
Scala SBT
libraryDependencies += "org.jvnet.hudson" % "commons-jelly" % "1.1-hudson-20100305"
Groovy Grape
@Grapes(
  @Grab(group='org.jvnet.hudson', module='commons-jelly', version='1.1-hudson-20100305')
)
Apache Ivy
<dependency org="org.jvnet.hudson" name="commons-jelly" rev="1.1-hudson-20100305" />
Leiningen
[org.jvnet.hudson/commons-jelly "1.1-hudson-20100305"]
Apache Buildr
'org.jvnet.hudson:commons-jelly:jar:1.1-hudson-20100305'