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