is not current version
Last Version 3.0.8

org.apache.tiles:tiles-el 2.2.1

Tiles EL (Expression Language) support: Classes and tag libraries to use EL as an expression language in attribute expressions.

GroupId

GroupId

org.apache.tiles
ArtifactId

ArtifactId

tiles-el
Version

Version

2.2.1
Type

Type

jar

Download tiles-el 2.2.1


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