| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.ep2p |
| Идентификатор | Идентификаторsomnia |
| Последняя версия | Последняя версия0.7.0-RELEASE |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеSomnia Decentralized Storage Library
Decentralized storage with private trust. Powered by Spring Boot, MongoDB and Kademlia algorithm.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| somnia-0.7.0-RELEASE.pom | |
| somnia-0.7.0-RELEASE.jar | 43 KB |
| somnia-0.7.0-RELEASE-sources.jar | 16 KB |
| somnia-0.7.0-RELEASE-javadoc.jar | 183 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.ep2p/somnia/ -->
<dependency>
<groupId>io.ep2p</groupId>
<artifactId>somnia</artifactId>
<version>0.7.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.ep2p/somnia/
implementation 'io.ep2p:somnia:0.7.0-RELEASE'
// https://jarcasting.com/artifacts/io.ep2p/somnia/
implementation ("io.ep2p:somnia:0.7.0-RELEASE")
'io.ep2p:somnia:jar:0.7.0-RELEASE'
<dependency org="io.ep2p" name="somnia" rev="0.7.0-RELEASE">
<artifact name="somnia" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.ep2p', module='somnia', version='0.7.0-RELEASE')
)
libraryDependencies += "io.ep2p" % "somnia" % "0.7.0-RELEASE"
[io.ep2p/somnia "0.7.0-RELEASE"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.30 |
| org.projectlombok : lombok Необязательный | jar | 1.18.20 |
| commons-codec : commons-codec | jar | 1.15 |
| com.google.guava : guava | jar | 29.0-jre |
| io.ep2p : kademlia-api | jar | 3.1.0-RELEASE |
| org.springframework.boot : spring-boot-starter-data-mongodb | jar | 2.4.5 |
| org.springframework.boot : spring-boot-configuration-processor Необязательный | jar | 2.4.5 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.12.1 |
| com.fasterxml.jackson.core : jackson-core | jar | 2.12.2 |
| com.fasterxml.jackson.core : jackson-annotations | jar | 2.12.2 |
| commons-collections : commons-collections | jar | 3.2.2 |
| commons-lang : commons-lang | jar | 2.6 |
| org.springframework.boot : spring-boot-starter-aop | jar | 2.4.5 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| de.flapdoodle.embed : de.flapdoodle.embed.mongo | jar | 2.2.0 |
| org.springframework.boot : spring-boot-starter-test | jar | 2.4.5 |