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
文件下载
文件名 操作
spice-core_3-0.0.24.jar 下载
spice-core_3-0.0.24.pom 下载
spice-core_3-0.0.24-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.outr</groupId>
  <artifactId>spice-core_3</artifactId>
  <version>0.0.24</version>
</dependency>
Gradle Groovy
implementation 'com.outr:spice-core_3:0.0.24'
Gradle Kotlin
implementation("com.outr:spice-core_3:0.0.24")
Scala SBT
libraryDependencies += "com.outr" % "spice-core_3" % "0.0.24"
Groovy Grape
@Grapes(
  @Grab(group='com.outr', module='spice-core_3', version='0.0.24')
)
Apache Ivy
<dependency org="com.outr" name="spice-core_3" rev="0.0.24" />
Leiningen
[com.outr/spice-core_3 "0.0.24"]
Apache Buildr
'com.outr:spice-core_3:jar:0.0.24'