License |
License |
---|---|
GroupId | GroupIdorg.actframework |
ArtifactId | ArtifactIdact-velocity |
Last Version | Last Version1.4.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionACT Velocity
Implement ActFramework View with Velocity template engine
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
act-velocity-1.4.1.pom | |
act-velocity-1.4.1.jar | 9 KB |
act-velocity-1.4.1-sources.jar | 7 KB |
act-velocity-1.4.1-javadoc.jar | 82 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.actframework/act-velocity/ -->
<dependency>
<groupId>org.actframework</groupId>
<artifactId>act-velocity</artifactId>
<version>1.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.actframework/act-velocity/
implementation 'org.actframework:act-velocity:1.4.1'
// https://jarcasting.com/artifacts/org.actframework/act-velocity/
implementation ("org.actframework:act-velocity:1.4.1")
'org.actframework:act-velocity:jar:1.4.1'
<dependency org="org.actframework" name="act-velocity" rev="1.4.1">
<artifact name="act-velocity" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.actframework', module='act-velocity', version='1.4.1')
)
libraryDependencies += "org.actframework" % "act-velocity" % "1.4.1"
[org.actframework/act-velocity "1.4.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.velocity : velocity-engine-core | jar | 2.2 |
org.slf4j : slf4j-api | jar | 1.7.25 |
org.osgl : osgl-version | jar | 2.0.0-BETA-4-JAVA7 |
org.actframework : act | jar | 1.8.32 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 2.9.0 |
org.osgl : osgl-ut | jar | 2.0.0-BETA-4-JAVA7 |