MVN

sg.dex : starfish-java

Maven & Gradle

Feb 11, 2020
3 stars

Starfish - client library for data ecosystems · Starfish is a client library for decentralised data ecosystems.

<dependency>
    <groupId>sg.dex</groupId>
    <artifactId>starfish-java</artifactId>
    <version>0.8.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of sg.dex : starfish-java to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.1

All Versions

Choose a version of sg.dex : starfish-java to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8.x
starfish-java-0.8.1
starfish-java-0.8.0
0.7.x
starfish-java-0.7.8
starfish-java-0.7.7
starfish-java-0.7.6
starfish-java-0.7.5
starfish-java-0.7.4
starfish-java-0.7.3
starfish-java-0.7.2
starfish-java-0.7.1
starfish-java-0.7.0
0.6.x
starfish-java-0.6.0
0.5.x
starfish-java-0.5.0
0.0.x
starfish-java-0.0.9
starfish-java-0.0.8
starfish-java-0.0.6

How to add a dependency to Maven

Add the following sg.dex : starfish-java maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>sg.dex</groupId>
    <artifactId>starfish-java</artifactId>
    <version>0.8.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following sg.dex : starfish-java gradle dependency to your build.gradle file:

implementation 'sg.dex:starfish-java:0.8.1'

Gradle Kotlin DSL: Add the following sg.dex : starfish-java gradle kotlin dependency to your build.gradle.kts file:

implementation("sg.dex:starfish-java:0.8.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following sg.dex : starfish-java sbt scala dependency to your build.sbt file:

libraryDependencies += "sg.dex" % "starfish-java" % "0.8.1"

Advertisement