License |
License |
---|---|
GroupId | GroupIdcom.github.michaelruocco |
ArtifactId | ArtifactIdtesting-clocks |
Last Version | Last Version0.1.13 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiontesting-clocks
Repo containing clock implementations that are useful for testing
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
testing-clocks-0.1.13.pom | |
testing-clocks-0.1.13.jar | 7 KB |
testing-clocks-0.1.13-sources.jar | 2 KB |
testing-clocks-0.1.13-javadoc.jar | 394 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.michaelruocco/testing-clocks/ -->
<dependency>
<groupId>com.github.michaelruocco</groupId>
<artifactId>testing-clocks</artifactId>
<version>0.1.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.michaelruocco/testing-clocks/
implementation 'com.github.michaelruocco:testing-clocks:0.1.13'
// https://jarcasting.com/artifacts/com.github.michaelruocco/testing-clocks/
implementation ("com.github.michaelruocco:testing-clocks:0.1.13")
'com.github.michaelruocco:testing-clocks:jar:0.1.13'
<dependency org="com.github.michaelruocco" name="testing-clocks" rev="0.1.13">
<artifact name="testing-clocks" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.michaelruocco', module='testing-clocks', version='0.1.13')
)
libraryDependencies += "com.github.michaelruocco" % "testing-clocks" % "0.1.13"
[com.github.michaelruocco/testing-clocks "0.1.13"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-collections4 | jar | 4.4 |
org.slf4j : slf4j-api | jar | 1.7.36 |