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