GroupId | GroupIdcom.github.ajoecker |
---|---|
ArtifactId | ArtifactIdgauge-services |
Version | Version0.4 |
Type | Typepom |
Filename | Size |
---|---|
gauge-services-0.4.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ajoecker/gauge-services/ -->
<dependency>
<groupId>com.github.ajoecker</groupId>
<artifactId>gauge-services</artifactId>
<version>0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ajoecker/gauge-services/
implementation 'com.github.ajoecker:gauge-services:0.4'
// https://jarcasting.com/artifacts/com.github.ajoecker/gauge-services/
implementation ("com.github.ajoecker:gauge-services:0.4")
'com.github.ajoecker:gauge-services:pom:0.4'
<dependency org="com.github.ajoecker" name="gauge-services" rev="0.4">
<artifact name="gauge-services" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.ajoecker', module='gauge-services', version='0.4')
)
libraryDependencies += "com.github.ajoecker" % "gauge-services" % "0.4"
[com.github.ajoecker/gauge-services "0.4"]