| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииGson Данные JSON |
| Группа | Группаorg.ic4j |
| Идентификатор | Идентификаторic4j-candid-gson |
| Версия | Версия0.6.5 |
| Тип | Типjar |
| Описание |
ОписаниеIC4J Candid Gson
Java library to serialize and deserialize Gson objects to the Internet Computer Candid types.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| ic4j-candid-gson-0.6.5.pom | |
| ic4j-candid-gson-0.6.5.jar | 10 KB |
| ic4j-candid-gson-0.6.5-sources.jar | 5 KB |
| ic4j-candid-gson-0.6.5-javadoc.jar | 21 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.ic4j/ic4j-candid-gson/ -->
<dependency>
<groupId>org.ic4j</groupId>
<artifactId>ic4j-candid-gson</artifactId>
<version>0.6.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.ic4j/ic4j-candid-gson/
implementation 'org.ic4j:ic4j-candid-gson:0.6.5'
// https://jarcasting.com/artifacts/org.ic4j/ic4j-candid-gson/
implementation ("org.ic4j:ic4j-candid-gson:0.6.5")
'org.ic4j:ic4j-candid-gson:jar:0.6.5'
<dependency org="org.ic4j" name="ic4j-candid-gson" rev="0.6.5">
<artifact name="ic4j-candid-gson" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ic4j', module='ic4j-candid-gson', version='0.6.5')
)
libraryDependencies += "org.ic4j" % "ic4j-candid-gson" % "0.6.5"
[org.ic4j/ic4j-candid-gson "0.6.5"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.ic4j : ic4j-candid | jar | 0.6.5 |
| com.google.code.gson : gson | jar | 2.8.9 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
| org.slf4j : slf4j-simple | jar | 1.7.32 |
| org.skyscreamer : jsonassert | jar | 1.5.0 |