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