Download awake-file-1.1.1.jar file - Jar a

Jar examples for a:awake-file

Description

Awake FILE is a secure Open Source framework that allows to program very easily file uploads/downloads and RPC through http. File transfers include powerful features like file chunking and automatic recovery mechanism. Security has been taken into account from the design: server side allows to specify strong security rules in order to protect the files and to secure the RPC calls.

You can download jar file awake-file 1.1.1 in this page.

License

LGPL 2.1

Build File

You can use the following script to add awake-file-1.1.1.jar to your project.

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

Download

Click the following link to download the jar file.

awake-file-1.1.1-javadoc.jar
awake-file-1.1.1-sources.jar
awake-file-1.1.1.jar
awake-file-1.1.1.pom



Related Tutorials