is not current version
Last Version 0.8.0

io.github.faketime-java:faketime-parent 0.7.0

FakeTime uses a native Java agent to replace System.currentTimeMillis() implementation with the one you can control using system properties

Categories

Categories

Java Languages
GroupId

GroupId

io.github.faketime-java
ArtifactId

ArtifactId

faketime-parent
Version

Version

0.7.0
Type

Type

pom

Download faketime-parent 0.7.0


<!-- https://jarcasting.com/artifacts/io.github.faketime-java/faketime-parent/ -->
<dependency>
    <groupId>io.github.faketime-java</groupId>
    <artifactId>faketime-parent</artifactId>
    <version>0.7.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.faketime-java/faketime-parent/
implementation 'io.github.faketime-java:faketime-parent:0.7.0'
// https://jarcasting.com/artifacts/io.github.faketime-java/faketime-parent/
implementation ("io.github.faketime-java:faketime-parent:0.7.0")
'io.github.faketime-java:faketime-parent:pom:0.7.0'
<dependency org="io.github.faketime-java" name="faketime-parent" rev="0.7.0">
  <artifact name="faketime-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.faketime-java', module='faketime-parent', version='0.7.0')
)
libraryDependencies += "io.github.faketime-java" % "faketime-parent" % "0.7.0"
[io.github.faketime-java/faketime-parent "0.7.0"]