d

droidwallet

Library providing Android functionality for interacting with the Pylons ecosystem
https://pylons.tech
MIT License
Pylons LLC
文件下载
文件名 操作
droidwallet-0.1.1.pom 下载
droidwallet-0.1.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>tech.pylons</groupId>
  <artifactId>droidwallet</artifactId>
  <version>0.1.1</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'tech.pylons:droidwallet:0.1.1'
Gradle Kotlin
implementation("tech.pylons:droidwallet:0.1.1")
Scala SBT
libraryDependencies += "tech.pylons" % "droidwallet" % "0.1.1"
Groovy Grape
@Grapes(
  @Grab(group='tech.pylons', module='droidwallet', version='0.1.1')
)
Apache Ivy
<dependency org="tech.pylons" name="droidwallet" rev="0.1.1" />
Leiningen
[tech.pylons/droidwallet "0.1.1"]
Apache Buildr
'tech.pylons:droidwallet:jar:0.1.1'