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