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