n

nostr-sdk

Nostr SDK Kotlin language bindings.
https://github.com/rust-nostr/nostr
MIT
Yuki Kishimoto
Files download
File Operation
nostr-sdk-0.11.0.pom download
nostr-sdk-0.11.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.rust-nostr</groupId>
  <artifactId>nostr-sdk</artifactId>
  <version>0.11.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.rust-nostr:nostr-sdk:0.11.0'
Gradle Kotlin
implementation("io.github.rust-nostr:nostr-sdk:0.11.0")
Scala SBT
libraryDependencies += "io.github.rust-nostr" % "nostr-sdk" % "0.11.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.rust-nostr', module='nostr-sdk', version='0.11.0')
)
Apache Ivy
<dependency org="io.github.rust-nostr" name="nostr-sdk" rev="0.11.0" />
Leiningen
[io.github.rust-nostr/nostr-sdk "0.11.0"]
Apache Buildr
'io.github.rust-nostr:nostr-sdk:jar:0.11.0'