Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.scattersphere |
ArtifactId | ArtifactIdscattersphere-api |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
scattersphere-api-0.0.2.pom | |
scattersphere-api-0.0.2.jar | 15 KB |
scattersphere-api-0.0.2-sources.jar | 7 KB |
scattersphere-api-0.0.2-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.scattersphere/scattersphere-api/ -->
<dependency>
<groupId>net.scattersphere</groupId>
<artifactId>scattersphere-api</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.scattersphere/scattersphere-api/
implementation 'net.scattersphere:scattersphere-api:0.0.2'
// https://jarcasting.com/artifacts/net.scattersphere/scattersphere-api/
implementation ("net.scattersphere:scattersphere-api:0.0.2")
'net.scattersphere:scattersphere-api:jar:0.0.2'
<dependency org="net.scattersphere" name="scattersphere-api" rev="0.0.2">
<artifact name="scattersphere-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.scattersphere', module='scattersphere-api', version='0.0.2')
)
libraryDependencies += "net.scattersphere" % "scattersphere-api" % "0.0.2"
[net.scattersphere/scattersphere-api "0.0.2"]