MVN

org.awake-file : awake-file-client

Maven & Gradle

Oct 22, 2015
1 usages

Awake 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.

<dependency>
    <groupId>org.awake-file</groupId>
    <artifactId>awake-file-client</artifactId>
    <version>3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.awake-file : awake-file-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1

All Versions

Choose a version of org.awake-file : awake-file-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1
awake-file-client-3.1

How to add a dependency to Maven

Add the following org.awake-file : awake-file-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.awake-file</groupId>
    <artifactId>awake-file-client</artifactId>
    <version>3.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.awake-file : awake-file-client gradle dependency to your build.gradle file:

implementation 'org.awake-file:awake-file-client:3.1'

Gradle Kotlin DSL: Add the following org.awake-file : awake-file-client gradle kotlin dependency to your build.gradle.kts file:

implementation("org.awake-file:awake-file-client:3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.awake-file : awake-file-client sbt scala dependency to your build.sbt file:

libraryDependencies += "org.awake-file" % "awake-file-client" % "3.1"

Advertisement