| GroupId | GroupIdio.github.nunopalma |
|---|---|
| ArtifactId | ArtifactIdmy-app |
| Version | Version1.1.2 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| my-app-1.1.2.pom | |
| my-app-1.1.2.aar | 32 KB |
| my-app-1.1.2-sources.jar | 557 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.nunopalma/my-app/ -->
<dependency>
<groupId>io.github.nunopalma</groupId>
<artifactId>my-app</artifactId>
<version>1.1.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.nunopalma/my-app/
implementation 'io.github.nunopalma:my-app:1.1.2'
// https://jarcasting.com/artifacts/io.github.nunopalma/my-app/
implementation ("io.github.nunopalma:my-app:1.1.2")
'io.github.nunopalma:my-app:aar:1.1.2'
<dependency org="io.github.nunopalma" name="my-app" rev="1.1.2">
<artifact name="my-app" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.nunopalma', module='my-app', version='1.1.2')
)
libraryDependencies += "io.github.nunopalma" % "my-app" % "1.1.2"
[io.github.nunopalma/my-app "1.1.2"]