is not current version
Last Version 3.0

org.awake-file:awake-file 1.0.3

Awake File is a secure Open Source framework that allows to program very easily file uploads/downloads and RPC through http. Security has been taken into account from the design: server side allows to specify strong security rules in order to protect the files.

GroupId

GroupId

org.awake-file
ArtifactId

ArtifactId

awake-file
Version

Version

1.0.3
Type

Type

jar

Download awake-file 1.0.3


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