Jar examples for o:ognl
OGNL stands for Object-Graph Navigation Language; it is an expression language for getting and setting properties of Java objects.
You can download jar file ognl 2.6.5 in this page.
The Apache Software License, Version 2.0
You can use the following script to add ognl-2.6.5.jar to your project.
<dependency> <groupId>ognl</groupId> <artifactId>ognl</artifactId> <version>2.6.5</version> </dependency>
compile group: 'ognl', name: 'ognl', version: '2.6.5'
libraryDependencies += "ognl" % "ognl" % "2.6.5"
<dependency org="ognl" name="ognl" rev="2.6.5"/>
@Grapes(@Grab(group='ognl', module='ognl', version='2.6.5'))
'ognl:ognl:jar:2.6.5'
Click the following link to download the jar file.
ognl-2.6.5.jar