Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdio.github.shitsurei |
ArtifactId | ArtifactIdsimple-bg-cli |
Version | Version1.0.1-RELEASE |
Type | Typepom |
Filename | Size |
---|---|
simple-bg-cli-1.0.1-RELEASE.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.shitsurei/simple-bg-cli/ -->
<dependency>
<groupId>io.github.shitsurei</groupId>
<artifactId>simple-bg-cli</artifactId>
<version>1.0.1-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.shitsurei/simple-bg-cli/
implementation 'io.github.shitsurei:simple-bg-cli:1.0.1-RELEASE'
// https://jarcasting.com/artifacts/io.github.shitsurei/simple-bg-cli/
implementation ("io.github.shitsurei:simple-bg-cli:1.0.1-RELEASE")
'io.github.shitsurei:simple-bg-cli:pom:1.0.1-RELEASE'
<dependency org="io.github.shitsurei" name="simple-bg-cli" rev="1.0.1-RELEASE">
<artifact name="simple-bg-cli" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.shitsurei', module='simple-bg-cli', version='1.0.1-RELEASE')
)
libraryDependencies += "io.github.shitsurei" % "simple-bg-cli" % "1.0.1-RELEASE"
[io.github.shitsurei/simple-bg-cli "1.0.1-RELEASE"]