o

ognl

OGNL stands for Object-Graph Navigation Language; it is an expression language for getting and setting properties of Java objects.
http://www.ognl.org/
BSD License
Files download
File Operation
ognl-2.6.9.jar download
ognl-2.6.9.pom download
ognl-2.6.9-sources.jar download
Apache Maven
<dependency>
  <groupId>ognl</groupId>
  <artifactId>ognl</artifactId>
  <version>2.6.9</version>
</dependency>
Gradle Groovy
implementation 'ognl:ognl:2.6.9'
Gradle Kotlin
implementation("ognl:ognl:2.6.9")
Scala SBT
libraryDependencies += "ognl" % "ognl" % "2.6.9"
Groovy Grape
@Grapes(
  @Grab(group='ognl', module='ognl', version='2.6.9')
)
Apache Ivy
<dependency org="ognl" name="ognl" rev="2.6.9" />
Leiningen
[ognl/ognl "2.6.9"]
Apache Buildr
'ognl:ognl:jar:2.6.9'
Dependencies
The project has no third-party dependencies