s

spice-core_3

Core functionality leveraged and shared by most other sub-projects of Spice.
https://github.com/outr/spice
MIT
com.outr
Matt Hicks
Files download
File Operation
spice-core_3-0.0.21.jar download
spice-core_3-0.0.21.pom download
spice-core_3-0.0.21-sources.jar download
Apache Maven
<dependency>
  <groupId>com.outr</groupId>
  <artifactId>spice-core_3</artifactId>
  <version>0.0.21</version>
</dependency>
Gradle Groovy
implementation 'com.outr:spice-core_3:0.0.21'
Gradle Kotlin
implementation("com.outr:spice-core_3:0.0.21")
Scala SBT
libraryDependencies += "com.outr" % "spice-core_3" % "0.0.21"
Groovy Grape
@Grapes(
  @Grab(group='com.outr', module='spice-core_3', version='0.0.21')
)
Apache Ivy
<dependency org="com.outr" name="spice-core_3" rev="0.0.21" />
Leiningen
[com.outr/spice-core_3 "0.0.21"]
Apache Buildr
'com.outr:spice-core_3:jar:0.0.21'