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