GroupId | GroupIdcom.brienwheeler.svc |
---|---|
ArtifactId | ArtifactIdsvc-content |
Version | Version1.0-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
svc-content-1.0-RELEASE.pom | |
svc-content-1.0-RELEASE.jar | 11 KB |
svc-content-1.0-RELEASE-tests.jar | 6 KB |
svc-content-1.0-RELEASE-sources.jar | 7 KB |
svc-content-1.0-RELEASE-javadoc.jar | 63 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.brienwheeler.svc/svc-content/ -->
<dependency>
<groupId>com.brienwheeler.svc</groupId>
<artifactId>svc-content</artifactId>
<version>1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.brienwheeler.svc/svc-content/
implementation 'com.brienwheeler.svc:svc-content:1.0-RELEASE'
// https://jarcasting.com/artifacts/com.brienwheeler.svc/svc-content/
implementation ("com.brienwheeler.svc:svc-content:1.0-RELEASE")
'com.brienwheeler.svc:svc-content:jar:1.0-RELEASE'
<dependency org="com.brienwheeler.svc" name="svc-content" rev="1.0-RELEASE">
<artifact name="svc-content" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.brienwheeler.svc', module='svc-content', version='1.0-RELEASE')
)
libraryDependencies += "com.brienwheeler.svc" % "svc-content" % "1.0-RELEASE"
[com.brienwheeler.svc/svc-content "1.0-RELEASE"]