MVN

io.ep2p : somnia

Maven & Gradle

Sep 17, 2021
1 stars

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

<dependency>
    <groupId>io.ep2p</groupId>
    <artifactId>somnia</artifactId>
    <version>0.7.0-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.ep2p : somnia to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7.0-RELEASE

All Versions

Choose a version of io.ep2p : somnia to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.7.x
somnia-0.7.0-RELEASE
0.6.x
somnia-0.6.4-RELEASE
somnia-0.6.3-RELEASE
somnia-0.6.2-RELEASE
somnia-0.6.1-RELEASE
0.5.x
somnia-0.5.0-RELEASE
0.4.x
somnia-0.4.0-RELEASE
0.3.x
somnia-0.3.0-RELEASE
0.2.x
somnia-0.2.4-RELEASE
0.1.x
somnia-0.1.1-RELEASE
somnia-0.1.0-RELEASE
somnia-0.1.0-SNAPSHOT-10.5.2021

How to add a dependency to Maven

Add the following io.ep2p : somnia maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.ep2p</groupId>
    <artifactId>somnia</artifactId>
    <version>0.7.0-RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.ep2p : somnia gradle dependency to your build.gradle file:

implementation 'io.ep2p:somnia:0.7.0-RELEASE'

Gradle Kotlin DSL: Add the following io.ep2p : somnia gradle kotlin dependency to your build.gradle.kts file:

implementation("io.ep2p:somnia:0.7.0-RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.ep2p : somnia sbt scala dependency to your build.sbt file:

libraryDependencies += "io.ep2p" % "somnia" % "0.7.0-RELEASE"