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