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