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