License |
License |
---|---|
Categories |
CategoriesUnity Business Logic Libraries Game Development |
GroupId | GroupIdio.imunity |
ArtifactId | ArtifactIdunity-server-storage |
Last Version | Last Version3.9.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionUNITY Server storage module
Data storage layer
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
unity-server-storage-3.9.1.pom | |
unity-server-storage-3.9.1.jar | 421 KB |
unity-server-storage-3.9.1-sources.jar | 290 KB |
unity-server-storage-3.9.1-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.imunity/unity-server-storage/ -->
<dependency>
<groupId>io.imunity</groupId>
<artifactId>unity-server-storage</artifactId>
<version>3.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.imunity/unity-server-storage/
implementation 'io.imunity:unity-server-storage:3.9.1'
// https://jarcasting.com/artifacts/io.imunity/unity-server-storage/
implementation ("io.imunity:unity-server-storage:3.9.1")
'io.imunity:unity-server-storage:jar:3.9.1'
<dependency org="io.imunity" name="unity-server-storage" rev="3.9.1">
<artifact name="unity-server-storage" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.imunity', module='unity-server-storage', version='3.9.1')
)
libraryDependencies += "io.imunity" % "unity-server-storage" % "3.9.1"
[io.imunity/unity-server-storage "3.9.1"]
Group / Artifact | Type | Version |
---|---|---|
org.postgresql : postgresql | jar | 42.3.3 |
org.mariadb.jdbc : mariadb-java-client | jar | 2.7.4 |
com.h2database : h2 | jar | 1.4.199 |
org.mybatis : mybatis | jar | 3.5.7 |
org.springframework : spring-jdbc | jar | 5.3.20 |
org.mybatis : mybatis-spring | jar | 2.0.6 |
org.aspectj : aspectjweaver | jar | 1.9.7 |
org.apache.geronimo.specs : geronimo-jta_1.0.1B_spec | jar | 1.1.1 |
org.slf4j : slf4j-api | jar | 1.7.32 |
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.17.2 |
org.slf4j : jcl-over-slf4j | jar | 1.7.32 |
io.imunity : unity-server-storage-api | jar | 3.9.1 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-test | jar | 5.3.20 |
org.assertj : assertj-core | jar | 3.21.0 |
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 2.27.0 |
eu.codearte.catch-exception : catch-exception | jar | 1.4.6 |