u

unity-server-storage

Data storage layer
文件下载
文件名 操作
unity-server-storage-3.15.0.jar 下载
unity-server-storage-3.15.0.pom 下载
unity-server-storage-3.15.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.imunity</groupId>
  <artifactId>unity-server-storage</artifactId>
  <version>3.15.0</version>
</dependency>
Gradle Groovy
implementation 'io.imunity:unity-server-storage:3.15.0'
Gradle Kotlin
implementation("io.imunity:unity-server-storage:3.15.0")
Scala SBT
libraryDependencies += "io.imunity" % "unity-server-storage" % "3.15.0"
Groovy Grape
@Grapes(
  @Grab(group='io.imunity', module='unity-server-storage', version='3.15.0')
)
Apache Ivy
<dependency org="io.imunity" name="unity-server-storage" rev="3.15.0" />
Leiningen
[io.imunity/unity-server-storage "3.15.0"]
Apache Buildr
'io.imunity:unity-server-storage:jar:3.15.0'