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