Somnia Decentralized Storage Library

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

License

License

GroupId

GroupId

io.ep2p
ArtifactId

ArtifactId

somnia
Last Version

Last Version

0.7.0-RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

Somnia Decentralized Storage Library
Decentralized storage with private trust. Powered by Spring Boot, MongoDB and Kademlia algorithm.
Project URL

Project URL

https://github.com/ep2p/somnia
Source Code Management

Source Code Management

http://github.com/ep2p/somnia/tree/main

Download somnia

How to add to project

<!-- 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"]

Dependencies

compile (13)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.30
org.projectlombok : lombok Optional 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 Optional 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

test (2)

Group / Artifact Type Version
de.flapdoodle.embed : de.flapdoodle.embed.mongo jar 2.2.0
org.springframework.boot : spring-boot-starter-test jar 2.4.5

Project Modules

There are no modules declared in this project.

Versions

Version
0.7.0-RELEASE
0.6.4-RELEASE
0.6.3-RELEASE
0.6.2-RELEASE
0.6.1-RELEASE
0.5.0-RELEASE
0.4.0-RELEASE
0.3.0-RELEASE
0.2.4-RELEASE
0.1.1-RELEASE
0.1.0-RELEASE
0.1.0-SNAPSHOT-10.5.2021