is not current version
Last Version 3.0

org.awake-file:awake-file 2.0.2

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.

GroupId

GroupId

org.awake-file
ArtifactId

ArtifactId

awake-file
Version

Version

2.0.2
Type

Type

jar

Download awake-file 2.0.2


<!-- https://jarcasting.com/artifacts/org.awake-file/awake-file/ -->
<dependency>
    <groupId>org.awake-file</groupId>
    <artifactId>awake-file</artifactId>
    <version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.awake-file/awake-file/
implementation 'org.awake-file:awake-file:2.0.2'
// https://jarcasting.com/artifacts/org.awake-file/awake-file/
implementation ("org.awake-file:awake-file:2.0.2")
'org.awake-file:awake-file:jar:2.0.2'
<dependency org="org.awake-file" name="awake-file" rev="2.0.2">
  <artifact name="awake-file" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.awake-file', module='awake-file', version='2.0.2')
)
libraryDependencies += "org.awake-file" % "awake-file" % "2.0.2"
[org.awake-file/awake-file "2.0.2"]