GroupId | GroupIdat.molindo |
---|---|
ArtifactId | ArtifactIdhelios-system-tests |
Version | Version0.9.12 |
Type | Typejar |
Filename | Size |
---|---|
helios-system-tests-0.9.12.pom | |
helios-system-tests-0.9.12.jar | 221 KB |
helios-system-tests-0.9.12-sources.jar | 101 KB |
helios-system-tests-0.9.12-javadoc.jar | 318 KB |
Browse |
<!-- https://jarcasting.com/artifacts/at.molindo/helios-system-tests/ -->
<dependency>
<groupId>at.molindo</groupId>
<artifactId>helios-system-tests</artifactId>
<version>0.9.12</version>
</dependency>
// https://jarcasting.com/artifacts/at.molindo/helios-system-tests/
implementation 'at.molindo:helios-system-tests:0.9.12'
// https://jarcasting.com/artifacts/at.molindo/helios-system-tests/
implementation ("at.molindo:helios-system-tests:0.9.12")
'at.molindo:helios-system-tests:jar:0.9.12'
<dependency org="at.molindo" name="helios-system-tests" rev="0.9.12">
<artifact name="helios-system-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='at.molindo', module='helios-system-tests', version='0.9.12')
)
libraryDependencies += "at.molindo" % "helios-system-tests" % "0.9.12"
[at.molindo/helios-system-tests "0.9.12"]