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