GroupId | GroupIdcom.github.ajoecker |
---|---|
ArtifactId | ArtifactIdgauge-services |
Version | Version0.4.1 |
Type | Typepom |
Filename | Size |
---|---|
gauge-services-0.4.1.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.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ajoecker/gauge-services/
implementation 'com.github.ajoecker:gauge-services:0.4.1'
// https://jarcasting.com/artifacts/com.github.ajoecker/gauge-services/
implementation ("com.github.ajoecker:gauge-services:0.4.1")
'com.github.ajoecker:gauge-services:pom:0.4.1'
<dependency org="com.github.ajoecker" name="gauge-services" rev="0.4.1">
<artifact name="gauge-services" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.ajoecker', module='gauge-services', version='0.4.1')
)
libraryDependencies += "com.github.ajoecker" % "gauge-services" % "0.4.1"
[com.github.ajoecker/gauge-services "0.4.1"]