u

unity-server-storage

Data storage layer
Files download
File Operation
unity-server-storage-3.14.0.jar download
unity-server-storage-3.14.0.pom download
unity-server-storage-3.14.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.imunity</groupId>
  <artifactId>unity-server-storage</artifactId>
  <version>3.14.0</version>
</dependency>
Gradle Groovy
implementation 'io.imunity:unity-server-storage:3.14.0'
Gradle Kotlin
implementation("io.imunity:unity-server-storage:3.14.0")
Scala SBT
libraryDependencies += "io.imunity" % "unity-server-storage" % "3.14.0"
Groovy Grape
@Grapes(
  @Grab(group='io.imunity', module='unity-server-storage', version='3.14.0')
)
Apache Ivy
<dependency org="io.imunity" name="unity-server-storage" rev="3.14.0" />
Leiningen
[io.imunity/unity-server-storage "3.14.0"]
Apache Buildr
'io.imunity:unity-server-storage:jar:3.14.0'