is not current version
Last Version 0.9.0

io.github.synesso:scala-stellar-sdk_2.12 0.8.0

Perform Stellar (distributed payments platform) operations from your Scala application. Build and submit transactions, query the state of the network and stream updates.

Categories

Categories

Scala Languages
GroupId

GroupId

io.github.synesso
ArtifactId

ArtifactId

scala-stellar-sdk_2.12
Version

Version

0.8.0
Type

Type

jar

Download scala-stellar-sdk_2.12 0.8.0


<!-- https://jarcasting.com/artifacts/io.github.synesso/scala-stellar-sdk_2.12/ -->
<dependency>
    <groupId>io.github.synesso</groupId>
    <artifactId>scala-stellar-sdk_2.12</artifactId>
    <version>0.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.synesso/scala-stellar-sdk_2.12/
implementation 'io.github.synesso:scala-stellar-sdk_2.12:0.8.0'
// https://jarcasting.com/artifacts/io.github.synesso/scala-stellar-sdk_2.12/
implementation ("io.github.synesso:scala-stellar-sdk_2.12:0.8.0")
'io.github.synesso:scala-stellar-sdk_2.12:jar:0.8.0'
<dependency org="io.github.synesso" name="scala-stellar-sdk_2.12" rev="0.8.0">
  <artifact name="scala-stellar-sdk_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.synesso', module='scala-stellar-sdk_2.12', version='0.8.0')
)
libraryDependencies += "io.github.synesso" % "scala-stellar-sdk_2.12" % "0.8.0"
[io.github.synesso/scala-stellar-sdk_2.12 "0.8.0"]