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
James Strachan Geir Magnusson Jr. Bob McWhirter dIon Gillard Morgan Delagrange Rodney Waldhoff Peter Royal Martin van den Bemt Paul Libbrecht Robert Burrell Donkin Daniel F. Savarese
文件下载
文件名 操作
commons-jelly-1.0-RC1.jar 下载
commons-jelly-1.0-RC1.pom 下载
Apache Maven
<dependency>
  <groupId>commons-jelly</groupId>
  <artifactId>commons-jelly</artifactId>
  <version>1.0-RC1</version>
</dependency>
Gradle Groovy
implementation 'commons-jelly:commons-jelly:1.0-RC1'
Gradle Kotlin
implementation("commons-jelly:commons-jelly:1.0-RC1")
Scala SBT
libraryDependencies += "commons-jelly" % "commons-jelly" % "1.0-RC1"
Groovy Grape
@Grapes(
  @Grab(group='commons-jelly', module='commons-jelly', version='1.0-RC1')
)
Apache Ivy
<dependency org="commons-jelly" name="commons-jelly" rev="1.0-RC1" />
Leiningen
[commons-jelly/commons-jelly "1.0-RC1"]
Apache Buildr
'commons-jelly:commons-jelly:jar:1.0-RC1'