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