| Группа | Группаtech.pylons |
|---|---|
| Идентификатор | Идентификаторdroidwallet |
| Версия | Версия0.1.1 |
| Тип | Типaar |
| Имя Файла | Размер |
|---|---|
| droidwallet-0.1.1.pom | |
| droidwallet-0.1.1-sources.jar | 6 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/tech.pylons/droidwallet/ -->
<dependency>
<groupId>tech.pylons</groupId>
<artifactId>droidwallet</artifactId>
<version>0.1.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/tech.pylons/droidwallet/
implementation 'tech.pylons:droidwallet:0.1.1'
// https://jarcasting.com/artifacts/tech.pylons/droidwallet/
implementation ("tech.pylons:droidwallet:0.1.1")
'tech.pylons:droidwallet:aar:0.1.1'
<dependency org="tech.pylons" name="droidwallet" rev="0.1.1">
<artifact name="droidwallet" type="aar" />
</dependency>
@Grapes(
@Grab(group='tech.pylons', module='droidwallet', version='0.1.1')
)
libraryDependencies += "tech.pylons" % "droidwallet" % "0.1.1"
[tech.pylons/droidwallet "0.1.1"]