| License |
License |
|---|---|
| Categories |
CategoriesUnity Business Logic Libraries Game Development |
| GroupId | GroupIdio.imunity |
| ArtifactId | ArtifactIdunity-server-base |
| Last Version | Last Version3.9.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionUNITY Server base module
Basic server utilities and interfaces.
Code from this module is used by both engine and storage
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| unity-server-base-3.9.1.pom | |
| unity-server-base-3.9.1.jar | 33 KB |
| unity-server-base-3.9.1-sources.jar | 27 KB |
| unity-server-base-3.9.1-javadoc.jar | 600 KB |
| unity-server-base-3.9.1-i18n.zip | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.imunity/unity-server-base/ -->
<dependency>
<groupId>io.imunity</groupId>
<artifactId>unity-server-base</artifactId>
<version>3.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.imunity/unity-server-base/
implementation 'io.imunity:unity-server-base:3.9.1'
// https://jarcasting.com/artifacts/io.imunity/unity-server-base/
implementation ("io.imunity:unity-server-base:3.9.1")
'io.imunity:unity-server-base:jar:3.9.1'
<dependency org="io.imunity" name="unity-server-base" rev="3.9.1">
<artifact name="unity-server-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.imunity', module='unity-server-base', version='3.9.1')
)
libraryDependencies += "io.imunity" % "unity-server-base" % "3.9.1"
[io.imunity/unity-server-base "3.9.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.logging.log4j : log4j-1.2-api | jar | 2.17.2 |
| org.slf4j : jul-to-slf4j | jar | 1.7.32 |
| org.springframework : spring-context | jar | 5.3.20 |
| eu.unicore.security : securityLibrary | jar | 5.3.1 |
| io.imunity : unity-types-api | jar | 3.9.1 |
| com.google.guava : guava | jar | 31.1-jre |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-test | jar | 5.3.20 |
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 2.27.0 |
| eu.codearte.catch-exception : catch-exception | jar | 1.4.6 |