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