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