Download ognl-3.0.2.jar file - Jar o

Jar examples for o:ognl

Description

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 3.0.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add ognl-3.0.2.jar to your project.

<dependency>
   <groupId>ognl</groupId>
   <artifactId>ognl</artifactId>
   <version>3.0.2</version>
</dependency>
compile group: 'ognl', name: 'ognl', version: '3.0.2'
libraryDependencies += "ognl" % "ognl" % "3.0.2"
<dependency org="ognl" name="ognl" rev="3.0.2"/>
@Grapes(@Grab(group='ognl', module='ognl', version='3.0.2'))
'ognl:ognl:jar:3.0.2'

Download

Click the following link to download the jar file.

ognl-3.0.2-javadoc.jar
ognl-3.0.2-sources.jar
ognl-3.0.2.jar
ognl-3.0.2.pom



Related Tutorials