is not current version
Last Version 1.1-hudson-20100305

org.jvnet.hudson:commons-jelly 1.1-hudson-20071021

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.

Categories

Categories

Hudson Build Tools Continuous Integration and Continuous Delivery Net
GroupId

GroupId

org.jvnet.hudson
ArtifactId

ArtifactId

commons-jelly
Version

Version

1.1-hudson-20071021
Type

Type

jar

Download commons-jelly 1.1-hudson-20071021


<!-- https://jarcasting.com/artifacts/org.jvnet.hudson/commons-jelly/ -->
<dependency>
    <groupId>org.jvnet.hudson</groupId>
    <artifactId>commons-jelly</artifactId>
    <version>1.1-hudson-20071021</version>
</dependency>
// https://jarcasting.com/artifacts/org.jvnet.hudson/commons-jelly/
implementation 'org.jvnet.hudson:commons-jelly:1.1-hudson-20071021'
// https://jarcasting.com/artifacts/org.jvnet.hudson/commons-jelly/
implementation ("org.jvnet.hudson:commons-jelly:1.1-hudson-20071021")
'org.jvnet.hudson:commons-jelly:jar:1.1-hudson-20071021'
<dependency org="org.jvnet.hudson" name="commons-jelly" rev="1.1-hudson-20071021">
  <artifact name="commons-jelly" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jvnet.hudson', module='commons-jelly', version='1.1-hudson-20071021')
)
libraryDependencies += "org.jvnet.hudson" % "commons-jelly" % "1.1-hudson-20071021"
[org.jvnet.hudson/commons-jelly "1.1-hudson-20071021"]