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