is not current version
Last Version 1.9.1b

org.actframework:act 1.3.12-LTS

The ACT full stack MVC framework

GroupId

GroupId

org.actframework
ArtifactId

ArtifactId

act
Version

Version

1.3.12-LTS
Type

Type

jar

Download act 1.3.12-LTS


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