License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdio.github.faketime-java |
ArtifactId | ArtifactIdfaketime-api |
Version | Version0.8.0 |
Type | Typejar |
Description |
DescriptionFakeTime API
FakeTime uses a native Java agent to replace System.currentTimeMillis() implementation with the one you can control using system properties
|
Filename | Size |
---|---|
faketime-api-0.8.0.pom | |
faketime-api-0.8.0.jar | 5 KB |
faketime-api-0.8.0-sources.jar | 3 KB |
faketime-api-0.8.0-javadoc.jar | 402 KB |
Browse |
<!-- 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"]