MVN

org.apache.tiles : tiles-autotag

Maven & Gradle

Jul 16, 2016

Autotags · Automatic generation of tags.

<dependency>
    <groupId>org.apache.tiles</groupId>
    <artifactId>tiles-autotag</artifactId>
    <version>1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.tiles : tiles-autotag to add to Maven - Latest Versions:

  • Latest Stable: 1.2

All Versions

Choose a version of org.apache.tiles : tiles-autotag to add to Maven - All Versions:

Version Vulnerabilities Updated
1.2
tiles-autotag-1.2
1.1.x
tiles-autotag-1.1.0
1.0.x
tiles-autotag-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.apache.tiles</groupId>
    <artifactId>tiles-autotag</artifactId>
    <version>1.2</version>
</dependency>

Advertisement