License |
License |
---|---|
Categories |
CategoriesUnity Business Logic Libraries Game Development |
GroupId | GroupIdio.imunity |
ArtifactId | ArtifactIdunity-types-api |
Last Version | Last Version3.9.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionUNITY Server types-api module
Module with classes useful for both server and client side,
exposing fundamental classes describing Unity abstractions. Minimal external dependencies,
especially useful for REST clients as JSON serialization is provided.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
unity-types-api-3.9.1.pom | |
unity-types-api-3.9.1.jar | 297 KB |
unity-types-api-3.9.1-sources.jar | 170 KB |
unity-types-api-3.9.1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.imunity/unity-types-api/ -->
<dependency>
<groupId>io.imunity</groupId>
<artifactId>unity-types-api</artifactId>
<version>3.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.imunity/unity-types-api/
implementation 'io.imunity:unity-types-api:3.9.1'
// https://jarcasting.com/artifacts/io.imunity/unity-types-api/
implementation ("io.imunity:unity-types-api:3.9.1")
'io.imunity:unity-types-api:jar:3.9.1'
<dependency org="io.imunity" name="unity-types-api" rev="3.9.1">
<artifact name="unity-types-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.imunity', module='unity-types-api', version='3.9.1')
)
libraryDependencies += "io.imunity" % "unity-types-api" % "3.9.1"
[io.imunity/unity-types-api "3.9.1"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | 2.13.2.2 |
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | 2.13.2 |
org.mvel : mvel2 | jar | 2.4.13.Final |
org.springframework : spring-context Optional | jar | 5.3.20 |
Group / Artifact | Type | Version |
---|---|---|
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 |