u

unity-server-storage

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