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