Download act-1.4.11.jar file - Jar a

Jar examples for a:act

Description

The ACT full stack MVC framework

You can download jar file act 1.4.11 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add act-1.4.11.jar to your project.

<dependency>
   <groupId>org.actframework</groupId>
   <artifactId>act</artifactId>
   <version>1.4.11</version>
</dependency>
compile group: 'org.actframework', name: 'act', version: '1.4.11'
libraryDependencies += "org.actframework" % "act" % "1.4.11"
<dependency org="org.actframework" name="act" rev="1.4.11"/>
@Grapes(@Grab(group='org.actframework', module='act', version='1.4.11'))
'org.actframework:act:jar:1.4.11'

Download

Click the following link to download the jar file.

act-1.4.11-javadoc.jar
act-1.4.11-sources.jar
act-1.4.11.jar
act-1.4.11.pom



Related Tutorials