You can download ognl-3.1.10.jar in this page.
The Apache Software License, Version 2.0
ognl-3.1.10.jar file has the following types.
META-INF/INDEX.LIST META-INF/MANIFEST.MF META-INF/maven/ognl/ognl/pom.properties META-INF/maven/ognl/ognl/pom.xml ognl.ASTAdd.class ognl.ASTAnd.class ognl.ASTAssign.class ognl.ASTBitAnd.class ognl.ASTBitNegate.class ognl.ASTBitOr.class ognl.ASTChain.class ognl.ASTConst.class ognl.ASTCtor.class ognl.ASTDivide.class ognl.ASTEq.class ognl.ASTEval.class ognl.ASTGreater.class ognl.ASTGreaterEq.class ognl.ASTIn.class ognl.ASTInstanceof.class ognl.ASTKeyValue.class ognl.ASTLess.class ognl.ASTLessEq.class ognl.ASTList.class ognl.ASTMap.class ognl.ASTMethod.class ognl.ASTMultiply.class ognl.ASTNegate.class ognl.ASTNot.class ognl.ASTNotEq.class ognl.ASTNotIn.class ognl.ASTOr.class ognl.ASTProject.class ognl.ASTProperty.class ognl.ASTRemainder.class ognl.ASTRootVarRef.class ognl.ASTSelect.class ognl.ASTSelectFirst.class ognl.ASTSelectLast.class ognl.ASTSequence.class ognl.ASTShiftLeft.class ognl.ASTShiftRight.class ognl.ASTStaticField.class ognl.ASTStaticMethod.class ognl.ASTSubtract.class ognl.ASTTest.class ognl.ASTThisVarRef.class ognl.ASTUnsignedShiftRight.class ognl.ASTVarRef.class ognl.ASTXor.class ognl.ArrayElementsAccessor.class ognl.ArrayPropertyAccessor.class ognl.BooleanExpression.class ognl.ClassCacheInspector.class ognl.ClassResolver.class ognl.CollectionElementsAccessor.class ognl.ComparisonExpression.class ognl.DefaultClassResolver.class ognl.DefaultMemberAccess.class ognl.DefaultTypeConverter.class ognl.DynamicSubscript.class ognl.ElementsAccessor.class ognl.EnumerationElementsAccessor.class ognl.EnumerationIterator.class ognl.EnumerationPropertyAccessor.class ognl.Evaluation.class ognl.EvaluationPool.class ognl.ExpressionNode.class ognl.ExpressionSyntaxException.class ognl.InappropriateExpressionException.class ognl.IntHashMap.class ognl.IteratorElementsAccessor.class ognl.IteratorEnumeration.class ognl.IteratorPropertyAccessor.class ognl.JJTOgnlParserState.class ognl.JavaCharStream.class ognl.JavaSource.class ognl.ListPropertyAccessor.class ognl.MapElementsAccessor.class ognl.MapPropertyAccessor.class ognl.MemberAccess.class ognl.MethodAccessor.class ognl.MethodFailedException.class ognl.NoSuchPropertyException.class ognl.Node.class ognl.NodeType.class ognl.NullHandler.class ognl.NumberElementsAccessor.class ognl.NumericExpression.class ognl.NumericTypes.class ognl.ObjectArrayPool.class ognl.ObjectElementsAccessor.class ognl.ObjectIndexedPropertyDescriptor.class ognl.ObjectMethodAccessor.class ognl.ObjectNullHandler.class ognl.ObjectPropertyAccessor.class ognl.Ognl.class ognl.OgnlContext.class ognl.OgnlException.class ognl.OgnlInvokePermission.class ognl.OgnlOps.class ognl.OgnlParser.class ognl.OgnlParserConstants.class ognl.OgnlParserTokenManager.class ognl.OgnlParserTreeConstants.class ognl.OgnlRuntime.class ognl.ParseException.class ognl.PropertyAccessor.class ognl.SetPropertyAccessor.class ognl.SimpleNode.class ognl.Token.class ognl.TokenMgrError.class ognl.TypeConverter.class ognl.enhance.ContextClassLoader.class ognl.enhance.EnhancedClassLoader.class ognl.enhance.ExpressionAccessor.class ognl.enhance.ExpressionCompiler.class ognl.enhance.LocalReference.class ognl.enhance.LocalReferenceImpl.class ognl.enhance.OgnlExpressionCompiler.class ognl.enhance.OrderedReturn.class ognl.enhance.UnsupportedCompilationException.class ognl.internal.ClassCache.class ognl.internal.ClassCacheImpl.class ognl.internal.Entry.class
ognl-3.1.10.pom file content.
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent> <groupId>ognl</groupId> <artifactId>ognl</artifactId> <packaging>jar</packaging> <version>3.1.10</version> <name>OGNL - Object Graph Navigation Library</name> <description>OGNL - Object Graph Navigation Library</description> <inceptionYear>1997</inceptionYear> <url>http://ognl.org</url> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <scm> <connection>scm:git:git@github.com:jkuhnert/ognl.git</connection> <url>git@github.com:jkuhnert/ognl.git</url> <developerConnection>scm:git:git@github.com:jkuhnert/ognl.git</developerConnection> </scm> <organization> <name>OpenSymphony</name> <url>http://www.opensymphony.com</url> </organization> <issueManagement> <system>jira</system> <url>http://jira.opensymphony.com/browse/OGNL</url> </issueManagement> <developers> <developer> <id>lukaszlenart</id> <email>lukaszlenart@apache.org</email> <roles> <role>ASF Committer</role> </roles> </developer> </developers> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.9</version> <scope>test</scope> </dependency> <dependency> <groupId>org.easymock</groupId> <artifactId>easymock</artifactId> <version>2.3</version> <scope>test</scope> </dependency> <dependency> <groupId>org.javassist</groupId> <artifactId>javassist</artifactId> <version>3.20.0-GA</version> </dependency> </dependencies> <build> <sourceDirectory>src/java</sourceDirectory> <testSourceDirectory>src/test/java</testSourceDirectory> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>1.5</source> <target>1.5</target> </configuration> <executions> <execution> <id>compile-tests</id> <phase>process-test-sources</phase> <goals> <goal>testCompile</goal> </goals> <configuration> <source>1.5</source> <target>1.5</target> </configuration> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>2.3</version> <configuration> <excludes> <exclude>**/OgnlTestCase.java</exclude> <exclude>**/Java8Test.java</exclude> <exclude>**/*$*</exclude> </excludes> <includes> <include>**/*Test.java</include> <include>**/TestOgnlRuntime.java</include> </includes> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <configuration> <archive> <compress>true</compress> <index>true</index> </archive> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <configuration> <archive> <compress>true</compress> <index>true</index> </archive> </configuration> <executions> <execution> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <configuration> <archive> <compress>true</compress> <index>true</index> </archive> </configuration> <executions> <execution> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-clean-plugin</artifactId> <version>2.1.1</version> </plugin> </plugins> </build> </project>
<dependency> <groupId>ognl</groupId> <artifactId>ognl</artifactId> <version>3.1.10</version> </dependency>
If you think the following ognl-3.1.10.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.