MVN

org.awake-file : awake-file

Maven & Gradle

Mar 30, 2015
1 usages

Awake FILE · 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</artifactId>
    <version>3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.0

All Versions

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

Version Vulnerabilities Updated
3.0
awake-file-3.0
2.0.x
awake-file-2.0.2
awake-file-2.0.1
1.5
awake-file-1.5
1.4
awake-file-1.4
1.3.x
awake-file-1.3.3
awake-file-1.3.2
awake-file-1.3.1
awake-file-1.3.3b
1.3
awake-file-1.3
1.2.x
awake-file-1.2.5
awake-file-1.2.4
awake-file-1.2.3
awake-file-1.2.2
awake-file-1.2.1
awake-file-1.2.1b
1.2
awake-file-1.2
1.1.x
awake-file-1.1.1
1.1
awake-file-1.1
1.0.x
awake-file-1.0.10
awake-file-1.0.9
awake-file-1.0.8
awake-file-1.0.7
awake-file-1.0.6
awake-file-1.0.5
awake-file-1.0.4
awake-file-1.0.3
awake-file-1.0.2
awake-file-1.0.1
1.0
awake-file-1.0

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'org.awake-file:awake-file:3.0'

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

implementation("org.awake-file:awake-file:3.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.awake-file" % "awake-file" % "3.0"

Advertisement