Download awake-file-1.2.3.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.2.3 in this page.

License

LGPL 2.1

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials