| GroupId | GroupIdtech.pylons |
|---|---|
| ArtifactId | ArtifactIddroidwallet |
| Version | Version0.1.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| droidwallet-0.1.0.pom | |
| droidwallet-0.1.0-sources.jar | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/tech.pylons/droidwallet/ -->
<dependency>
<groupId>tech.pylons</groupId>
<artifactId>droidwallet</artifactId>
<version>0.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/tech.pylons/droidwallet/
implementation 'tech.pylons:droidwallet:0.1.0'
// https://jarcasting.com/artifacts/tech.pylons/droidwallet/
implementation ("tech.pylons:droidwallet:0.1.0")
'tech.pylons:droidwallet:aar:0.1.0'
<dependency org="tech.pylons" name="droidwallet" rev="0.1.0">
<artifact name="droidwallet" type="aar" />
</dependency>
@Grapes(
@Grab(group='tech.pylons', module='droidwallet', version='0.1.0')
)
libraryDependencies += "tech.pylons" % "droidwallet" % "0.1.0"
[tech.pylons/droidwallet "0.1.0"]