is not current version
Last Version 3.0.8

org.apache.tiles:tiles-ognl 3.0.0

Tiles OGNL support: Classes and tag libraries to use OGNL as an expression language in attribute expressions.

GroupId

GroupId

org.apache.tiles
ArtifactId

ArtifactId

tiles-ognl
Version

Version

3.0.0
Type

Type

jar

Download tiles-ognl 3.0.0


<!-- https://jarcasting.com/artifacts/org.apache.tiles/tiles-ognl/ -->
<dependency>
    <groupId>org.apache.tiles</groupId>
    <artifactId>tiles-ognl</artifactId>
    <version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.tiles/tiles-ognl/
implementation 'org.apache.tiles:tiles-ognl:3.0.0'
// https://jarcasting.com/artifacts/org.apache.tiles/tiles-ognl/
implementation ("org.apache.tiles:tiles-ognl:3.0.0")
'org.apache.tiles:tiles-ognl:jar:3.0.0'
<dependency org="org.apache.tiles" name="tiles-ognl" rev="3.0.0">
  <artifact name="tiles-ognl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.tiles', module='tiles-ognl', version='3.0.0')
)
libraryDependencies += "org.apache.tiles" % "tiles-ognl" % "3.0.0"
[org.apache.tiles/tiles-ognl "3.0.0"]