GroupId | GroupIdio.github.novareseller |
---|---|
ArtifactId | ArtifactIdoss |
Version | Version1.0.1.alpha |
Type | Typejar |
Filename | Size |
---|---|
oss-1.0.1.alpha.pom | |
oss-1.0.1.alpha.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.novareseller/oss/ -->
<dependency>
<groupId>io.github.novareseller</groupId>
<artifactId>oss</artifactId>
<version>1.0.1.alpha</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.novareseller/oss/
implementation 'io.github.novareseller:oss:1.0.1.alpha'
// https://jarcasting.com/artifacts/io.github.novareseller/oss/
implementation ("io.github.novareseller:oss:1.0.1.alpha")
'io.github.novareseller:oss:jar:1.0.1.alpha'
<dependency org="io.github.novareseller" name="oss" rev="1.0.1.alpha">
<artifact name="oss" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.novareseller', module='oss', version='1.0.1.alpha')
)
libraryDependencies += "io.github.novareseller" % "oss" % "1.0.1.alpha"
[io.github.novareseller/oss "1.0.1.alpha"]