| License | License | 
|---|---|
| GroupId | GroupIdorg.actframework | 
| ArtifactId | ArtifactIdact | 
| Last Version | Last Version1.9.1b | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionACT Framework The ACT full stack MVC framework | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| act-1.9.1b.pom | |
| act-1.9.1b.jar | 2 MB | 
| act-1.9.1b-sources.jar | 1 MB | 
| act-1.9.1b-javadoc.jar | 6 MB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.actframework/act/ -->
<dependency>
    <groupId>org.actframework</groupId>
    <artifactId>act</artifactId>
    <version>1.9.1b</version>
</dependency>// https://jarcasting.com/artifacts/org.actframework/act/
implementation 'org.actframework:act:1.9.1b'// https://jarcasting.com/artifacts/org.actframework/act/
implementation ("org.actframework:act:1.9.1b")'org.actframework:act:jar:1.9.1b'<dependency org="org.actframework" name="act" rev="1.9.1b">
  <artifact name="act" type="jar" />
</dependency>@Grapes(
@Grab(group='org.actframework', module='act', version='1.9.1b')
)libraryDependencies += "org.actframework" % "act" % "1.9.1b"[org.actframework/act "1.9.1b"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.easytesting : fest-assert | jar | 1.4 | 
| com.auth0 : java-jwt | jar | 3.8.0 | 
| com.google.code.maven-play-plugin.org.playframework : play | jar | 1.4.0 | 
| org.mockito : mockito-core | jar | 2.0.2-beta | 
| com.carrotsearch : junit-benchmarks | jar | 0.7.2 |