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