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