GroupId | GroupIdcom.github.michaelruocco |
---|---|
ArtifactId | ArtifactIdtesting-clocks |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
testing-clocks-0.1.0.pom | |
testing-clocks-0.1.0.jar | 7 KB |
testing-clocks-0.1.0-sources.jar | 2 KB |
testing-clocks-0.1.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.michaelruocco/testing-clocks/
implementation 'com.github.michaelruocco:testing-clocks:0.1.0'
// https://jarcasting.com/artifacts/com.github.michaelruocco/testing-clocks/
implementation ("com.github.michaelruocco:testing-clocks:0.1.0")
'com.github.michaelruocco:testing-clocks:jar:0.1.0'
<dependency org="com.github.michaelruocco" name="testing-clocks" rev="0.1.0">
<artifact name="testing-clocks" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.michaelruocco', module='testing-clocks', version='0.1.0')
)
libraryDependencies += "com.github.michaelruocco" % "testing-clocks" % "0.1.0"
[com.github.michaelruocco/testing-clocks "0.1.0"]