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