Files download
File Operation
spice-client_2.13-0.5.5.jar download
spice-client_2.13-0.5.5.pom download
spice-client_2.13-0.5.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.outr</groupId>
  <artifactId>spice-client_2.13</artifactId>
  <version>0.5.5</version>
</dependency>
Gradle Groovy
implementation 'com.outr:spice-client_2.13:0.5.5'
Gradle Kotlin
implementation("com.outr:spice-client_2.13:0.5.5")
Scala SBT
libraryDependencies += "com.outr" % "spice-client_2.13" % "0.5.5"
Groovy Grape
@Grapes(
  @Grab(group='com.outr', module='spice-client_2.13', version='0.5.5')
)
Apache Ivy
<dependency org="com.outr" name="spice-client_2.13" rev="0.5.5" />
Leiningen
[com.outr/spice-client_2.13 "0.5.5"]
Apache Buildr
'com.outr:spice-client_2.13:jar:0.5.5'