MVN

org.apache.tiles : tiles-test-db

Maven & Gradle

Sep 30, 2017
1 usages

Tiles - Test webapp database configuration · Tiles configuration that uses a database.

<dependency>
    <groupId>org.apache.tiles</groupId>
    <artifactId>tiles-test-db</artifactId>
    <version>3.0.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.tiles : tiles-test-db to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.8

All Versions

Choose a version of org.apache.tiles : tiles-test-db to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
tiles-test-db-3.0.8
tiles-test-db-3.0.7
tiles-test-db-3.0.5
tiles-test-db-3.0.4
tiles-test-db-3.0.3
tiles-test-db-3.0.1
tiles-test-db-3.0.0
2.2.x
tiles-test-db-2.2.2
tiles-test-db-2.2.1

How to add a dependency to Maven

Add the following org.apache.tiles : tiles-test-db maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.tiles</groupId>
    <artifactId>tiles-test-db</artifactId>
    <version>3.0.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.tiles : tiles-test-db gradle dependency to your build.gradle file:

implementation 'org.apache.tiles:tiles-test-db:3.0.8'

Gradle Kotlin DSL: Add the following org.apache.tiles : tiles-test-db gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.tiles:tiles-test-db:3.0.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.tiles : tiles-test-db sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.tiles" % "tiles-test-db" % "3.0.8"

Advertisement