is not current version
Last Version 3.3.2

ognl:ognl 2.4.1


GroupId

GroupId

ognl
ArtifactId

ArtifactId

ognl
Version

Version

2.4.1
Type

Type

jar

Download ognl 2.4.1

Filename Size
ognl-2.4.1.pom
ognl-2.4.1.jar 141 KB
Browse

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