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