GroupId | GroupIdio.github.yeagy |
---|---|
ArtifactId | ArtifactIdbss |
Version | Version0.4.0 |
Type | Typejar |
Filename | Size |
---|---|
bss-0.4.0.pom | |
bss-0.4.0.jar | 94 KB |
bss-0.4.0-sources.jar | 32 KB |
bss-0.4.0-javadoc.jar | 105 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.yeagy/bss/ -->
<dependency>
<groupId>io.github.yeagy</groupId>
<artifactId>bss</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.yeagy/bss/
implementation 'io.github.yeagy:bss:0.4.0'
// https://jarcasting.com/artifacts/io.github.yeagy/bss/
implementation ("io.github.yeagy:bss:0.4.0")
'io.github.yeagy:bss:jar:0.4.0'
<dependency org="io.github.yeagy" name="bss" rev="0.4.0">
<artifact name="bss" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.yeagy', module='bss', version='0.4.0')
)
libraryDependencies += "io.github.yeagy" % "bss" % "0.4.0"
[io.github.yeagy/bss "0.4.0"]