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