| GroupId | GroupIdorg.apache.tiles |
|---|---|
| ArtifactId | ArtifactIdtiles-velocity |
| Version | Version2.2.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| tiles-velocity-2.2.2.pom | |
| tiles-velocity-2.2.2.jar | 74 KB |
| tiles-velocity-2.2.2-sources.jar | 65 KB |
| tiles-velocity-2.2.2-javadoc.jar | 221 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.tiles/tiles-velocity/ -->
<dependency>
<groupId>org.apache.tiles</groupId>
<artifactId>tiles-velocity</artifactId>
<version>2.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.tiles/tiles-velocity/
implementation 'org.apache.tiles:tiles-velocity:2.2.2'
// https://jarcasting.com/artifacts/org.apache.tiles/tiles-velocity/
implementation ("org.apache.tiles:tiles-velocity:2.2.2")
'org.apache.tiles:tiles-velocity:jar:2.2.2'
<dependency org="org.apache.tiles" name="tiles-velocity" rev="2.2.2">
<artifact name="tiles-velocity" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.tiles', module='tiles-velocity', version='2.2.2')
)
libraryDependencies += "org.apache.tiles" % "tiles-velocity" % "2.2.2"
[org.apache.tiles/tiles-velocity "2.2.2"]