s

spice-core_2.13

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