не последняя версия
Последняя версия 0.7.0-RELEASE

io.ep2p:somnia 0.1.0-RELEASE

Decentralized storage with private trust. Powered by Spring Boot, MongoDB and Kademlia algorithm.

Группа

Группа

io.ep2p
Идентификатор

Идентификатор

somnia
Версия

Версия

0.1.0-RELEASE
Тип

Тип

jar

Скачать somnia 0.1.0-RELEASE


<!-- https://jarcasting.com/artifacts/io.ep2p/somnia/ -->
<dependency>
    <groupId>io.ep2p</groupId>
    <artifactId>somnia</artifactId>
    <version>0.1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.ep2p/somnia/
implementation 'io.ep2p:somnia:0.1.0-RELEASE'
// https://jarcasting.com/artifacts/io.ep2p/somnia/
implementation ("io.ep2p:somnia:0.1.0-RELEASE")
'io.ep2p:somnia:jar:0.1.0-RELEASE'
<dependency org="io.ep2p" name="somnia" rev="0.1.0-RELEASE">
  <artifact name="somnia" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.ep2p', module='somnia', version='0.1.0-RELEASE')
)
libraryDependencies += "io.ep2p" % "somnia" % "0.1.0-RELEASE"
[io.ep2p/somnia "0.1.0-RELEASE"]