| GroupId | GroupIdcom.github.martinhaeusler |
|---|---|
| ArtifactId | ArtifactIdorg.chronos.common.testing |
| Version | Version0.5.7 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.martinhaeusler/org.chronos.common.testing/ -->
<dependency>
<groupId>com.github.martinhaeusler</groupId>
<artifactId>org.chronos.common.testing</artifactId>
<version>0.5.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.martinhaeusler/org.chronos.common.testing/
implementation 'com.github.martinhaeusler:org.chronos.common.testing:0.5.7'
// https://jarcasting.com/artifacts/com.github.martinhaeusler/org.chronos.common.testing/
implementation ("com.github.martinhaeusler:org.chronos.common.testing:0.5.7")
'com.github.martinhaeusler:org.chronos.common.testing:jar:0.5.7'
<dependency org="com.github.martinhaeusler" name="org.chronos.common.testing" rev="0.5.7">
<artifact name="org.chronos.common.testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.martinhaeusler', module='org.chronos.common.testing', version='0.5.7')
)
libraryDependencies += "com.github.martinhaeusler" % "org.chronos.common.testing" % "0.5.7"
[com.github.martinhaeusler/org.chronos.common.testing "0.5.7"]