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