is not current version
Last Version 0.0.4

net.scattersphere:scattersphere-api 0.0.3

Scattersphere API, used for clients to connect to servers and control them through code.

Categories

Categories

Net
GroupId

GroupId

net.scattersphere
ArtifactId

ArtifactId

scattersphere-api
Version

Version

0.0.3
Type

Type

jar

Download scattersphere-api 0.0.3


<!-- https://jarcasting.com/artifacts/net.scattersphere/scattersphere-api/ -->
<dependency>
    <groupId>net.scattersphere</groupId>
    <artifactId>scattersphere-api</artifactId>
    <version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.scattersphere/scattersphere-api/
implementation 'net.scattersphere:scattersphere-api:0.0.3'
// https://jarcasting.com/artifacts/net.scattersphere/scattersphere-api/
implementation ("net.scattersphere:scattersphere-api:0.0.3")
'net.scattersphere:scattersphere-api:jar:0.0.3'
<dependency org="net.scattersphere" name="scattersphere-api" rev="0.0.3">
  <artifact name="scattersphere-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.scattersphere', module='scattersphere-api', version='0.0.3')
)
libraryDependencies += "net.scattersphere" % "scattersphere-api" % "0.0.3"
[net.scattersphere/scattersphere-api "0.0.3"]