GroupId | GroupIdcom.mercateo |
---|---|
ArtifactId | ArtifactIdtest-clock |
Version | Version0.0.10 |
Type | Typejar |
Filename | Size |
---|---|
test-clock-0.0.10.pom | |
test-clock-0.0.10.jar | 3 KB |
test-clock-0.0.10-sources.jar | 3 KB |
test-clock-0.0.10-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mercateo/test-clock/ -->
<dependency>
<groupId>com.mercateo</groupId>
<artifactId>test-clock</artifactId>
<version>0.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.mercateo/test-clock/
implementation 'com.mercateo:test-clock:0.0.10'
// https://jarcasting.com/artifacts/com.mercateo/test-clock/
implementation ("com.mercateo:test-clock:0.0.10")
'com.mercateo:test-clock:jar:0.0.10'
<dependency org="com.mercateo" name="test-clock" rev="0.0.10">
<artifact name="test-clock" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mercateo', module='test-clock', version='0.0.10')
)
libraryDependencies += "com.mercateo" % "test-clock" % "0.0.10"
[com.mercateo/test-clock "0.0.10"]