is not current version
Last Version 3.0.8

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

Tiles configuration that uses a database.

GroupId

GroupId

org.apache.tiles
ArtifactId

ArtifactId

tiles-test-db
Version

Version

2.2.2
Type

Type

jar

Download tiles-test-db 2.2.2


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