| GroupId | GroupIdio.github.shiweibsw |
|---|---|
| ArtifactId | ArtifactIdbannerx |
| Version | Version1.0.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| bannerx-1.0.0.pom | |
| bannerx-1.0.0-sources.jar | 42 KB |
| bannerx-1.0.0-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.shiweibsw/bannerx/ -->
<dependency>
<groupId>io.github.shiweibsw</groupId>
<artifactId>bannerx</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.shiweibsw/bannerx/
implementation 'io.github.shiweibsw:bannerx:1.0.0'
// https://jarcasting.com/artifacts/io.github.shiweibsw/bannerx/
implementation ("io.github.shiweibsw:bannerx:1.0.0")
'io.github.shiweibsw:bannerx:aar:1.0.0'
<dependency org="io.github.shiweibsw" name="bannerx" rev="1.0.0">
<artifact name="bannerx" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.shiweibsw', module='bannerx', version='1.0.0')
)
libraryDependencies += "io.github.shiweibsw" % "bannerx" % "1.0.0"
[io.github.shiweibsw/bannerx "1.0.0"]