MVN

app.cash.nostrino : lib

Maven & Gradle

Mar 25, 2023
28 stars

lib · Nostr SDK for Kotlin

<dependency>
    <groupId>app.cash.nostrino</groupId>
    <artifactId>lib</artifactId>
    <version>0.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of app.cash.nostrino : lib to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.2

All Versions

Choose a version of app.cash.nostrino : lib to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
lib-0.0.2
lib-0.0.1

How to add a dependency to Maven

Add the following app.cash.nostrino : lib maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>app.cash.nostrino</groupId>
    <artifactId>lib</artifactId>
    <version>0.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following app.cash.nostrino : lib gradle dependency to your build.gradle file:

implementation 'app.cash.nostrino:lib:0.0.2'

Gradle Kotlin DSL: Add the following app.cash.nostrino : lib gradle kotlin dependency to your build.gradle.kts file:

implementation("app.cash.nostrino:lib:0.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following app.cash.nostrino : lib sbt scala dependency to your build.sbt file:

libraryDependencies += "app.cash.nostrino" % "lib" % "0.0.2"

Advertisement