Last Version

FakeTime Native Agent 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-agent
Version

Version

0.8.0
Type

Type

jar
Description

Description

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

Download faketime-agent 0.8.0


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