| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.scaleton.dfinity |
| Идентификатор | Идентификаторdfinity-agent |
| Версия | Версия0.5.6 |
| Тип | Типjar |
| Описание |
ОписаниеDfinity Java Agent
Java Dfinity remote agent to connect java applications to Dfinity Internet Computer.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| dfinity-agent-0.5.6.pom | |
| dfinity-agent-0.5.6.jar | 160 KB |
| dfinity-agent-0.5.6-sources.jar | 106 KB |
| dfinity-agent-0.5.6-javadoc.jar | 718 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.scaleton.dfinity/dfinity-agent/ -->
<dependency>
<groupId>com.scaleton.dfinity</groupId>
<artifactId>dfinity-agent</artifactId>
<version>0.5.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.scaleton.dfinity/dfinity-agent/
implementation 'com.scaleton.dfinity:dfinity-agent:0.5.6'
// https://jarcasting.com/artifacts/com.scaleton.dfinity/dfinity-agent/
implementation ("com.scaleton.dfinity:dfinity-agent:0.5.6")
'com.scaleton.dfinity:dfinity-agent:jar:0.5.6'
<dependency org="com.scaleton.dfinity" name="dfinity-agent" rev="0.5.6">
<artifact name="dfinity-agent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.scaleton.dfinity', module='dfinity-agent', version='0.5.6')
)
libraryDependencies += "com.scaleton.dfinity" % "dfinity-agent" % "0.5.6"
[com.scaleton.dfinity/dfinity-agent "0.5.6"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.commons : commons-lang3 | jar | 3.12.0 |
| org.apache.httpcomponents.client5 : httpclient5 | jar | 5.1 |
| com.squareup.okhttp3 : okhttp | jar | 4.9.2 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.12.5 |
| com.fasterxml.jackson.datatype : jackson-datatype-jdk8 | jar | 2.12.5 |
| com.fasterxml.jackson.dataformat : jackson-dataformat-cbor | jar | 2.12.5 |
| org.bouncycastle : bcprov-jdk15on | jar | 1.69 |
| org.bouncycastle : bcpkix-jdk15on | jar | 1.69 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | 5.8.0 |
| org.mock-server : mockserver-netty | jar | 5.11.2 |
| org.mock-server : mockserver-junit-jupiter | jar | 5.11.2 |
| org.slf4j : slf4j-simple | jar | 1.7.32 |