Last Version

FakeTime API 0.8.0

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

License

License

MIT
Categories

Categories

Java Languages
GroupId

GroupId

io.github.faketime-java
ArtifactId

ArtifactId

faketime-api
Version

Version

0.8.0
Type

Type

jar
Description

Description

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

Download faketime-api 0.8.0


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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.