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