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