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