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