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