License |
License |
---|---|
GroupId | GroupIdorg.actframework |
ArtifactId | ArtifactIdact-starter-beetl |
Last Version | Last Version1.9.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionActFramework Starter - Beetl
Starter for ActFramework application use Beetl as default template engine
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
act-starter-beetl-1.9.1.0.pom | |
act-starter-beetl-1.9.1.0.jar | 2 KB |
act-starter-beetl-1.9.1.0-sources.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.actframework/act-starter-beetl/ -->
<dependency>
<groupId>org.actframework</groupId>
<artifactId>act-starter-beetl</artifactId>
<version>1.9.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.actframework/act-starter-beetl/
implementation 'org.actframework:act-starter-beetl:1.9.1.0'
// https://jarcasting.com/artifacts/org.actframework/act-starter-beetl/
implementation ("org.actframework:act-starter-beetl:1.9.1.0")
'org.actframework:act-starter-beetl:jar:1.9.1.0'
<dependency org="org.actframework" name="act-starter-beetl" rev="1.9.1.0">
<artifact name="act-starter-beetl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.actframework', module='act-starter-beetl', version='1.9.1.0')
)
libraryDependencies += "org.actframework" % "act-starter-beetl" % "1.9.1.0"
[org.actframework/act-starter-beetl "1.9.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.actframework : act-beetl | jar | 1.8.0 |
org.slf4j : slf4j-api | jar | 1.7.25 |
org.osgl : osgl-version | jar | 2.0.0-BETA-4-JAVA7 |
org.actframework : act | jar | 1.9.1b |
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 |