GroupId | GroupIdorg.actframework |
---|---|
ArtifactId | ArtifactIdact-velocity |
Version | Version1.3.4 |
Type | Typejar |
Filename | Size |
---|---|
act-velocity-1.3.4.pom | |
act-velocity-1.3.4.jar | 9 KB |
act-velocity-1.3.4-sources.jar | 7 KB |
act-velocity-1.3.4-javadoc.jar | 82 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.actframework/act-velocity/ -->
<dependency>
<groupId>org.actframework</groupId>
<artifactId>act-velocity</artifactId>
<version>1.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.actframework/act-velocity/
implementation 'org.actframework:act-velocity:1.3.4'
// https://jarcasting.com/artifacts/org.actframework/act-velocity/
implementation ("org.actframework:act-velocity:1.3.4")
'org.actframework:act-velocity:jar:1.3.4'
<dependency org="org.actframework" name="act-velocity" rev="1.3.4">
<artifact name="act-velocity" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.actframework', module='act-velocity', version='1.3.4')
)
libraryDependencies += "org.actframework" % "act-velocity" % "1.3.4"
[org.actframework/act-velocity "1.3.4"]