f

faketime-parent

FakeTime uses a native Java agent to replace System.currentTimeMillis() implementation with the one you can control using system properties
https://github.com/nethibernate/faketime
MIT
Mihhail Lapushkin nethibernate
Files download
File Operation
faketime-parent-1.6.pom download
Apache Maven
<dependency>
  <groupId>io.github.nethibernate</groupId>
  <artifactId>faketime-parent</artifactId>
  <version>1.6</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.nethibernate:faketime-parent:1.6'
Gradle Kotlin
implementation("io.github.nethibernate:faketime-parent:1.6")
Scala SBT
libraryDependencies += "io.github.nethibernate" % "faketime-parent" % "1.6"
Groovy Grape
@Grapes(
  @Grab(group='io.github.nethibernate', module='faketime-parent', version='1.6')
)
Apache Ivy
<dependency org="io.github.nethibernate" name="faketime-parent" rev="1.6" />
Leiningen
[io.github.nethibernate/faketime-parent "1.6"]
Apache Buildr
'io.github.nethibernate:faketime-parent:jar:1.6'
Dependencies
The project has no third-party dependencies