MVN

io.lbry : lbrysdk32

Maven & Gradle

Nov 23, 2022
2 stars

LBRY SDK for Android · The LBRY SDK packaged as an Android AAR

<dependency>
    <groupId>io.lbry</groupId>
    <artifactId>lbrysdk32</artifactId>
    <version>0.112.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.lbry : lbrysdk32 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.112.0

All Versions

Choose a version of io.lbry : lbrysdk32 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.99.x
lbrysdk32-0.99.0
0.112.x
lbrysdk32-0.112.0
0.111.x
lbrysdk32-0.111.0
0.102.x
lbrysdk32-0.102.0
0.100.x
lbrysdk32-0.100.0

How to add a dependency to Maven

Add the following io.lbry : lbrysdk32 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.lbry</groupId>
    <artifactId>lbrysdk32</artifactId>
    <version>0.112.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.lbry : lbrysdk32 gradle dependency to your build.gradle file:

implementation 'io.lbry:lbrysdk32:0.112.0'

Gradle Kotlin DSL: Add the following io.lbry : lbrysdk32 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.lbry:lbrysdk32:0.112.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.lbry : lbrysdk32 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.lbry" % "lbrysdk32" % "0.112.0"

Advertisement