MVN

opensymphony : ognl

Maven & Gradle

Feb 18, 2007
10 usages

OGNL - Object Graph Navigation Library

<dependency>
    <groupId>opensymphony</groupId>
    <artifactId>ognl</artifactId>
    <version>2.6.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of opensymphony : ognl to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.6.11

All Versions

Choose a version of opensymphony : ognl to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.6.x
ognl-2.6.11
CVE-2016-3093
ognl-2.6.10
CVE-2016-3093

How to add a dependency to Maven

Add the following opensymphony : ognl maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>opensymphony</groupId>
    <artifactId>ognl</artifactId>
    <version>2.6.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following opensymphony : ognl gradle dependency to your build.gradle file:

implementation 'opensymphony:ognl:2.6.11'

Gradle Kotlin DSL: Add the following opensymphony : ognl gradle kotlin dependency to your build.gradle.kts file:

implementation("opensymphony:ognl:2.6.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following opensymphony : ognl sbt scala dependency to your build.sbt file:

libraryDependencies += "opensymphony" % "ognl" % "2.6.11"

Advertisement

Dependencies from Group

Aug 18, 2023
80 usages
133 stars
Jan 12, 2011
70 usages
May 29, 2007
36 usages
Feb 13, 2013
36 usages
Apr 13, 2007
29 usages

Discover Dependencies