Last Version

FakeTime Parent POM 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-parent
Version

Version

0.8.0
Type

Type

pom
Description

Description

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

Project URL

https://github.com/faketime-java/faketime
Source Code Management

Source Code Management

https://github.com/faketime-java/faketime

Download faketime-parent 0.8.0


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

  • modules/agent
  • modules/api
  • modules/junit
  • modules/maven-plugin