GroupId | GroupIdcom.gitlab.marvinh |
---|---|
ArtifactId | ArtifactIdcollector-service |
Version | Version0.9 |
Type | Typejar |
Filename | Size |
---|---|
collector-service-0.9.pom | |
collector-service-0.9.jar | 65 KB |
collector-service-0.9-sources.jar | 28 KB |
collector-service-0.9-javadoc.jar | 588 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitlab.marvinh/collector-service/ -->
<dependency>
<groupId>com.gitlab.marvinh</groupId>
<artifactId>collector-service</artifactId>
<version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitlab.marvinh/collector-service/
implementation 'com.gitlab.marvinh:collector-service:0.9'
// https://jarcasting.com/artifacts/com.gitlab.marvinh/collector-service/
implementation ("com.gitlab.marvinh:collector-service:0.9")
'com.gitlab.marvinh:collector-service:jar:0.9'
<dependency org="com.gitlab.marvinh" name="collector-service" rev="0.9">
<artifact name="collector-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitlab.marvinh', module='collector-service', version='0.9')
)
libraryDependencies += "com.gitlab.marvinh" % "collector-service" % "0.9"
[com.gitlab.marvinh/collector-service "0.9"]