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