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