Files download
File Operation
sunday-1.0.0-beta.7.jar download
sunday-1.0.0-beta.7.pom download
sunday-1.0.0-beta.7-sources.jar download
Apache Maven
<dependency>
  <groupId>io.outfoxx.sunday</groupId>
  <artifactId>sunday</artifactId>
  <version>1.0.0-beta.7</version>
</dependency>
Gradle Groovy
implementation 'io.outfoxx.sunday:sunday:1.0.0-beta.7'
Gradle Kotlin
implementation("io.outfoxx.sunday:sunday:1.0.0-beta.7")
Scala SBT
libraryDependencies += "io.outfoxx.sunday" % "sunday" % "1.0.0-beta.7"
Groovy Grape
@Grapes(
  @Grab(group='io.outfoxx.sunday', module='sunday', version='1.0.0-beta.7')
)
Apache Ivy
<dependency org="io.outfoxx.sunday" name="sunday" rev="1.0.0-beta.7" />
Leiningen
[io.outfoxx.sunday/sunday "1.0.0-beta.7"]
Apache Buildr
'io.outfoxx.sunday:sunday:jar:1.0.0-beta.7'