| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииUnity Прикладные библиотеки Game Development |
| Группа | Группаio.imunity |
| Идентификатор | Идентификаторunity-types-api |
| Последняя версия | Последняя версия3.9.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеUNITY 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.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 Необязательный | 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 |