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