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