is not current version
Last Version 2.2.2

org.apache.tiles:tiles-portlet-wildcard 2.2.1

Tiles Wildcard file loading in Portlets: Allows to load resources using wildcards.

GroupId

GroupId

org.apache.tiles
ArtifactId

ArtifactId

tiles-portlet-wildcard
Version

Version

2.2.1
Type

Type

jar

Download tiles-portlet-wildcard 2.2.1


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