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