GroupId | GroupIdorg.spectrumauctions |
---|---|
ArtifactId | ArtifactIdsats |
Version | Version0.6.0 |
Type | Typejar |
Filename | Size |
---|---|
sats-0.6.0.pom | |
sats-0.6.0.jar | 477 KB |
sats-0.6.0-sources.jar | 290 KB |
sats-0.6.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.spectrumauctions/sats/ -->
<dependency>
<groupId>org.spectrumauctions</groupId>
<artifactId>sats</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.spectrumauctions/sats/
implementation 'org.spectrumauctions:sats:0.6.0'
// https://jarcasting.com/artifacts/org.spectrumauctions/sats/
implementation ("org.spectrumauctions:sats:0.6.0")
'org.spectrumauctions:sats:jar:0.6.0'
<dependency org="org.spectrumauctions" name="sats" rev="0.6.0">
<artifact name="sats" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.spectrumauctions', module='sats', version='0.6.0')
)
libraryDependencies += "org.spectrumauctions" % "sats" % "0.6.0"
[org.spectrumauctions/sats "0.6.0"]