文件下载
文件名 操作
sunday-core-1.0.0-beta.16.jar 下载
sunday-core-1.0.0-beta.16.pom 下载
sunday-core-1.0.0-beta.16-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.outfoxx.sunday</groupId>
  <artifactId>sunday-core</artifactId>
  <version>1.0.0-beta.16</version>
</dependency>
Gradle Groovy
implementation 'io.outfoxx.sunday:sunday-core:1.0.0-beta.16'
Gradle Kotlin
implementation("io.outfoxx.sunday:sunday-core:1.0.0-beta.16")
Scala SBT
libraryDependencies += "io.outfoxx.sunday" % "sunday-core" % "1.0.0-beta.16"
Groovy Grape
@Grapes(
  @Grab(group='io.outfoxx.sunday', module='sunday-core', version='1.0.0-beta.16')
)
Apache Ivy
<dependency org="io.outfoxx.sunday" name="sunday-core" rev="1.0.0-beta.16" />
Leiningen
[io.outfoxx.sunday/sunday-core "1.0.0-beta.16"]
Apache Buildr
'io.outfoxx.sunday:sunday-core:jar:1.0.0-beta.16'