MVN

io.nebulas : nebulas

Maven & Gradle

Nov 01, 2018
31 stars

nebulasj · The nebulasj library is a Java implementation of the Nebulas protocol, which allows it to maintain a wallet and send/receive transactions without needing a local copy of go-nebulas.

<dependency>
    <groupId>io.nebulas</groupId>
    <artifactId>nebulas</artifactId>
    <version>0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.4

All Versions

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

Version Vulnerabilities Updated
0.4
nebulas-0.4
0.3
nebulas-0.3
0.2
nebulas-0.2
0.1
nebulas-0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>io.nebulas</groupId>
    <artifactId>nebulas</artifactId>
    <version>0.4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.nebulas:nebulas:0.4'

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

implementation("io.nebulas:nebulas:0.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.nebulas" % "nebulas" % "0.4"

Advertisement

Dependencies from Group

Nov 01, 2018
31 stars

Discover Dependencies

Oct 07, 2018
1 usages
8 stars
Apr 25, 2018
1 usages
71 stars
Apr 25, 2018
2 usages
71 stars
Jan 26, 2020
18 usages
Apr 25, 2018
4 usages
Aug 01, 2023
1 usages
Apr 14, 2023
3 stars
Apr 28, 2018
1 usages
2 stars