| Categories |
CategoriesHudson Build Tools Continuous Integration and Continuous Delivery Net |
|---|---|
| GroupId | GroupIdorg.jvnet.hudson |
| ArtifactId | ArtifactIdcommons-jexl |
| Version | Version1.1-hudson-20081031 |
| Type | Typejar |
| Filename | Size |
|---|---|
| commons-jexl-1.1-hudson-20081031.pom | |
| commons-jexl-1.1-hudson-20081031.jar | 134 KB |
| commons-jexl-1.1-hudson-20081031-sources.jar | 153 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jvnet.hudson/commons-jexl/ -->
<dependency>
<groupId>org.jvnet.hudson</groupId>
<artifactId>commons-jexl</artifactId>
<version>1.1-hudson-20081031</version>
</dependency>
// https://jarcasting.com/artifacts/org.jvnet.hudson/commons-jexl/
implementation 'org.jvnet.hudson:commons-jexl:1.1-hudson-20081031'
// https://jarcasting.com/artifacts/org.jvnet.hudson/commons-jexl/
implementation ("org.jvnet.hudson:commons-jexl:1.1-hudson-20081031")
'org.jvnet.hudson:commons-jexl:jar:1.1-hudson-20081031'
<dependency org="org.jvnet.hudson" name="commons-jexl" rev="1.1-hudson-20081031">
<artifact name="commons-jexl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jvnet.hudson', module='commons-jexl', version='1.1-hudson-20081031')
)
libraryDependencies += "org.jvnet.hudson" % "commons-jexl" % "1.1-hudson-20081031"
[org.jvnet.hudson/commons-jexl "1.1-hudson-20081031"]