is not current version
Last Version 0.1.13

com.github.michaelruocco:testing-clocks 0.1.2

Template repo to speed up creating new library projects

GroupId

GroupId

com.github.michaelruocco
ArtifactId

ArtifactId

testing-clocks
Version

Version

0.1.2
Type

Type

jar

Download testing-clocks 0.1.2


<!-- https://jarcasting.com/artifacts/com.github.michaelruocco/testing-clocks/ -->
<dependency>
    <groupId>com.github.michaelruocco</groupId>
    <artifactId>testing-clocks</artifactId>
    <version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.michaelruocco/testing-clocks/
implementation 'com.github.michaelruocco:testing-clocks:0.1.2'
// https://jarcasting.com/artifacts/com.github.michaelruocco/testing-clocks/
implementation ("com.github.michaelruocco:testing-clocks:0.1.2")
'com.github.michaelruocco:testing-clocks:jar:0.1.2'
<dependency org="com.github.michaelruocco" name="testing-clocks" rev="0.1.2">
  <artifact name="testing-clocks" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.michaelruocco', module='testing-clocks', version='0.1.2')
)
libraryDependencies += "com.github.michaelruocco" % "testing-clocks" % "0.1.2"
[com.github.michaelruocco/testing-clocks "0.1.2"]