| License | License | 
|---|---|
| Categories | CategoriesCLI User Interface | 
| GroupId | GroupIdorg.awake-file | 
| ArtifactId | ArtifactIdawake-file-client | 
| Last Version | Last Version3.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionAwake FILE Client 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. | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| awake-file-client-3.1.pom | |
| awake-file-client-3.1.jar | 495 KB | 
| awake-file-client-3.1-sources.jar | 326 KB | 
| awake-file-client-3.1-javadoc.jar | 252 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.awake-file/awake-file-client/ -->
<dependency>
    <groupId>org.awake-file</groupId>
    <artifactId>awake-file-client</artifactId>
    <version>3.1</version>
</dependency>// https://jarcasting.com/artifacts/org.awake-file/awake-file-client/
implementation 'org.awake-file:awake-file-client:3.1'// https://jarcasting.com/artifacts/org.awake-file/awake-file-client/
implementation ("org.awake-file:awake-file-client:3.1")'org.awake-file:awake-file-client:jar:3.1'<dependency org="org.awake-file" name="awake-file-client" rev="3.1">
  <artifact name="awake-file-client" type="jar" />
</dependency>@Grapes(
@Grab(group='org.awake-file', module='awake-file-client', version='3.1')
)libraryDependencies += "org.awake-file" % "awake-file-client" % "3.1"[org.awake-file/awake-file-client "3.1"]| Group / Artifact | Type | Version | 
|---|---|---|
| com.googlecode.json-simple : json-simple | jar | 1.1.1 | 
| com.google.code.gson : gson | jar | 2.4 | 
| org.apache.commons : commons-lang3 | jar | 3.4 | 
| commons-io : commons-io | jar | 2.4 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.0 |