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