| GroupId | GroupIdognl |
|---|---|
| ArtifactId | ArtifactIdognl |
| Version | Version3.2.13 |
| Type | Typejar |
| Filename | Size |
|---|---|
| ognl-3.2.13.pom | |
| ognl-3.2.13.jar | 257 KB |
| ognl-3.2.13-sources.jar | 261 KB |
| ognl-3.2.13-javadoc.jar | 623 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/ognl/ognl/ -->
<dependency>
<groupId>ognl</groupId>
<artifactId>ognl</artifactId>
<version>3.2.13</version>
</dependency>
// https://jarcasting.com/artifacts/ognl/ognl/
implementation 'ognl:ognl:3.2.13'
// https://jarcasting.com/artifacts/ognl/ognl/
implementation ("ognl:ognl:3.2.13")
'ognl:ognl:jar:3.2.13'
<dependency org="ognl" name="ognl" rev="3.2.13">
<artifact name="ognl" type="jar" />
</dependency>
@Grapes(
@Grab(group='ognl', module='ognl', version='3.2.13')
)
libraryDependencies += "ognl" % "ognl" % "3.2.13"
[ognl "3.2.13"]