GroupId | GroupIdcom.gitlab.marvinh |
---|---|
ArtifactId | ArtifactIdcollector-service |
Version | Version1.3 |
Type | Typejar |
Filename | Size |
---|---|
collector-service-1.3.pom | |
collector-service-1.3.jar | 68 KB |
collector-service-1.3-sources.jar | 30 KB |
collector-service-1.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitlab.marvinh/collector-service/
implementation 'com.gitlab.marvinh:collector-service:1.3'
// https://jarcasting.com/artifacts/com.gitlab.marvinh/collector-service/
implementation ("com.gitlab.marvinh:collector-service:1.3")
'com.gitlab.marvinh:collector-service:jar:1.3'
<dependency org="com.gitlab.marvinh" name="collector-service" rev="1.3">
<artifact name="collector-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitlab.marvinh', module='collector-service', version='1.3')
)
libraryDependencies += "com.gitlab.marvinh" % "collector-service" % "1.3"
[com.gitlab.marvinh/collector-service "1.3"]