License |
License |
---|---|
Categories |
CategoriesScala Languages |
GroupId | GroupIdio.github.synesso |
ArtifactId | ArtifactIdscala-stellar-sdk_2.12 |
Version | Version0.9.0 |
Type | Typejar |
Description |
Descriptionscala-stellar-sdk
Perform Stellar (distributed payments platform) operations from your Scala application. Build and submit transactions, query the state of the network and stream updates.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- 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.9.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.9.0'
// https://jarcasting.com/artifacts/io.github.synesso/scala-stellar-sdk_2.12/
implementation ("io.github.synesso:scala-stellar-sdk_2.12:0.9.0")
'io.github.synesso:scala-stellar-sdk_2.12:jar:0.9.0'
<dependency org="io.github.synesso" name="scala-stellar-sdk_2.12" rev="0.9.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.9.0')
)
libraryDependencies += "io.github.synesso" % "scala-stellar-sdk_2.12" % "0.9.0"
[io.github.synesso/scala-stellar-sdk_2.12 "0.9.0"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.12.9 |
commons-codec : commons-codec | jar | 1.13 |
net.i2p.crypto : eddsa | jar | 0.3.0 |
com.typesafe.akka : akka-http_2.12 | jar | 10.1.9 |
com.typesafe.akka : akka-stream_2.12 | jar | 2.5.25 |
com.lightbend.akka : akka-stream-alpakka-sse_2.12 | jar | 1.1.1 |
de.heikoseeberger : akka-http-json4s_2.12 | jar | 1.27.0 |
org.json4s : json4s-native_2.12 | jar | 3.6.7 |
com.typesafe.scala-logging : scala-logging_2.12 | jar | 3.9.2 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
org.typelevel : cats-core_2.12 | jar | 1.6.1 |
tech.sparse : toml-scala_2.12 | jar | 0.2.1 |
com.softwaremill.retry : retry_2.12 | jar | 0.3.3 |
Group / Artifact | Type | Version |
---|---|---|
org.specs2 : specs2-core_2.12 | jar | 4.7.0 |
org.specs2 : specs2-mock_2.12 | jar | 4.7.0 |
org.specs2 : specs2-scalacheck_2.12 | jar | 4.7.0 |