GroupId | GroupIdat.molindo |
---|---|
ArtifactId | ArtifactIdhelios-testing-common |
Version | Version0.9.12 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/at.molindo/helios-testing-common/ -->
<dependency>
<groupId>at.molindo</groupId>
<artifactId>helios-testing-common</artifactId>
<version>0.9.12</version>
</dependency>
// https://jarcasting.com/artifacts/at.molindo/helios-testing-common/
implementation 'at.molindo:helios-testing-common:0.9.12'
// https://jarcasting.com/artifacts/at.molindo/helios-testing-common/
implementation ("at.molindo:helios-testing-common:0.9.12")
'at.molindo:helios-testing-common:jar:0.9.12'
<dependency org="at.molindo" name="helios-testing-common" rev="0.9.12">
<artifact name="helios-testing-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='at.molindo', module='helios-testing-common', version='0.9.12')
)
libraryDependencies += "at.molindo" % "helios-testing-common" % "0.9.12"
[at.molindo/helios-testing-common "0.9.12"]