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