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