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