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