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