| License |
License |
|---|---|
| Categories |
CategoriesUnity Business Logic Libraries Game Development |
| GroupId | GroupIdio.imunity |
| ArtifactId | ArtifactIdunity-server-base |
| Version | Version3.7.2 |
| 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.7.2.pom | |
| unity-server-base-3.7.2.jar | 33 KB |
| unity-server-base-3.7.2-sources.jar | 27 KB |
| unity-server-base-3.7.2-javadoc.jar | 604 KB |
| unity-server-base-3.7.2-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.7.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.imunity/unity-server-base/
implementation 'io.imunity:unity-server-base:3.7.2'
// https://jarcasting.com/artifacts/io.imunity/unity-server-base/
implementation ("io.imunity:unity-server-base:3.7.2")
'io.imunity:unity-server-base:jar:3.7.2'
<dependency org="io.imunity" name="unity-server-base" rev="3.7.2">
<artifact name="unity-server-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.imunity', module='unity-server-base', version='3.7.2')
)
libraryDependencies += "io.imunity" % "unity-server-base" % "3.7.2"
[io.imunity/unity-server-base "3.7.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.logging.log4j : log4j-1.2-api | jar | 2.16.0 |
| org.slf4j : jul-to-slf4j | jar | 1.7.30 |
| org.springframework : spring-context | jar | 5.1.20.RELEASE |
| eu.unicore.security : securityLibrary | jar | 5.3.1 |
| io.imunity : unity-types-api | jar | 3.7.2 |
| com.google.guava : guava | jar | 30.1-jre |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-test | jar | 5.1.20.RELEASE |
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 2.27.0 |
| eu.codearte.catch-exception : catch-exception | jar | 1.4.6 |