GroupId | GroupIdio.github.youth5201314 |
---|---|
ArtifactId | ArtifactIdbanner |
Version | Version2.2.0 |
Type | Typeaar |
Filename | Size |
---|---|
banner-2.2.0.pom | |
banner-2.2.0-sources.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.youth5201314/banner/ -->
<dependency>
<groupId>io.github.youth5201314</groupId>
<artifactId>banner</artifactId>
<version>2.2.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.youth5201314/banner/
implementation 'io.github.youth5201314:banner:2.2.0'
// https://jarcasting.com/artifacts/io.github.youth5201314/banner/
implementation ("io.github.youth5201314:banner:2.2.0")
'io.github.youth5201314:banner:aar:2.2.0'
<dependency org="io.github.youth5201314" name="banner" rev="2.2.0">
<artifact name="banner" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.youth5201314', module='banner', version='2.2.0')
)
libraryDependencies += "io.github.youth5201314" % "banner" % "2.2.0"
[io.github.youth5201314/banner "2.2.0"]