Jar examples for a:awake-file
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.0.1 in this page.
LGPL 2.1
You can use the following script to add awake-file-1.0.1.jar to your project.
<dependency> <groupId>org.awake-file</groupId> <artifactId>awake-file</artifactId> <version>1.0.1</version> </dependency>
compile group: 'org.awake-file', name: 'awake-file', version: '1.0.1'
libraryDependencies += "org.awake-file" % "awake-file" % "1.0.1"
<dependency org="org.awake-file" name="awake-file" rev="1.0.1"/>
@Grapes(@Grab(group='org.awake-file', module='awake-file', version='1.0.1'))
'org.awake-file:awake-file:jar:1.0.1'
Click the following link to download the jar file.
awake-file-1.0.1-javadoc.jar