is not current version
Last Version 3.0.8

org.apache.tiles:tiles-test-common 2.2.2

Common classes between modules of the test webapp.

GroupId

GroupId

org.apache.tiles
ArtifactId

ArtifactId

tiles-test-common
Version

Version

2.2.2
Type

Type

jar

Download tiles-test-common 2.2.2


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