d

droidwallet

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