| GroupId | GroupIdio.github.adnanomerovic |
|---|---|
| ArtifactId | ArtifactIdtoaster-example-library |
| Version | Version1.0.9 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| toaster-example-library-1.0.9.pom | |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.adnanomerovic/toaster-example-library/ -->
<dependency>
<groupId>io.github.adnanomerovic</groupId>
<artifactId>toaster-example-library</artifactId>
<version>1.0.9</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.adnanomerovic/toaster-example-library/
implementation 'io.github.adnanomerovic:toaster-example-library:1.0.9'
// https://jarcasting.com/artifacts/io.github.adnanomerovic/toaster-example-library/
implementation ("io.github.adnanomerovic:toaster-example-library:1.0.9")
'io.github.adnanomerovic:toaster-example-library:aar:1.0.9'
<dependency org="io.github.adnanomerovic" name="toaster-example-library" rev="1.0.9">
<artifact name="toaster-example-library" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.adnanomerovic', module='toaster-example-library', version='1.0.9')
)
libraryDependencies += "io.github.adnanomerovic" % "toaster-example-library" % "1.0.9"
[io.github.adnanomerovic/toaster-example-library "1.0.9"]