GroupId | GroupIdcom.brienwheeler.svc |
---|---|
ArtifactId | ArtifactIdsvc-content |
Version | Version1.02-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.brienwheeler.svc/svc-content/ -->
<dependency>
<groupId>com.brienwheeler.svc</groupId>
<artifactId>svc-content</artifactId>
<version>1.02-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.brienwheeler.svc/svc-content/
implementation 'com.brienwheeler.svc:svc-content:1.02-RELEASE'
// https://jarcasting.com/artifacts/com.brienwheeler.svc/svc-content/
implementation ("com.brienwheeler.svc:svc-content:1.02-RELEASE")
'com.brienwheeler.svc:svc-content:jar:1.02-RELEASE'
<dependency org="com.brienwheeler.svc" name="svc-content" rev="1.02-RELEASE">
<artifact name="svc-content" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.brienwheeler.svc', module='svc-content', version='1.02-RELEASE')
)
libraryDependencies += "com.brienwheeler.svc" % "svc-content" % "1.02-RELEASE"
[com.brienwheeler.svc/svc-content "1.02-RELEASE"]