License |
License |
---|---|
GroupId | GroupIdcom.github.michaelruocco |
ArtifactId | ArtifactIdtesting-clocks |
Version | Version0.1.4 |
Type | Typejar |
Description |
Descriptiontesting-clocks
Template repo to speed up creating new library projects
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
testing-clocks-0.1.4.pom | |
testing-clocks-0.1.4.jar | 7 KB |
testing-clocks-0.1.4-sources.jar | 2 KB |
testing-clocks-0.1.4-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.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.michaelruocco/testing-clocks/
implementation 'com.github.michaelruocco:testing-clocks:0.1.4'
// https://jarcasting.com/artifacts/com.github.michaelruocco/testing-clocks/
implementation ("com.github.michaelruocco:testing-clocks:0.1.4")
'com.github.michaelruocco:testing-clocks:jar:0.1.4'
<dependency org="com.github.michaelruocco" name="testing-clocks" rev="0.1.4">
<artifact name="testing-clocks" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.michaelruocco', module='testing-clocks', version='0.1.4')
)
libraryDependencies += "com.github.michaelruocco" % "testing-clocks" % "0.1.4"
[com.github.michaelruocco/testing-clocks "0.1.4"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.30 |