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