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