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