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