is not current version
Last Version 1.9.1.0

org.actframework:act-starter-beetl 1.6.2.0

Starter for ActFramework application use Beetl as default template engine

GroupId

GroupId

org.actframework
ArtifactId

ArtifactId

act-starter-beetl
Version

Version

1.6.2.0
Type

Type

jar

Download act-starter-beetl 1.6.2.0


<!-- https://jarcasting.com/artifacts/org.actframework/act-starter-beetl/ -->
<dependency>
    <groupId>org.actframework</groupId>
    <artifactId>act-starter-beetl</artifactId>
    <version>1.6.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.actframework/act-starter-beetl/
implementation 'org.actframework:act-starter-beetl:1.6.2.0'
// https://jarcasting.com/artifacts/org.actframework/act-starter-beetl/
implementation ("org.actframework:act-starter-beetl:1.6.2.0")
'org.actframework:act-starter-beetl:jar:1.6.2.0'
<dependency org="org.actframework" name="act-starter-beetl" rev="1.6.2.0">
  <artifact name="act-starter-beetl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.actframework', module='act-starter-beetl', version='1.6.2.0')
)
libraryDependencies += "org.actframework" % "act-starter-beetl" % "1.6.2.0"
[org.actframework/act-starter-beetl "1.6.2.0"]