is not current version
Last Version 20040901.055348

commons-jexl:commons-jexl 1.0-beta-1


GroupId

GroupId

commons-jexl
ArtifactId

ArtifactId

commons-jexl
Version

Version

1.0-beta-1
Type

Type

jar

Download commons-jexl 1.0-beta-1


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