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