| GroupId | GroupIdcom.brienwheeler.lib |
|---|---|
| ArtifactId | ArtifactIdlib-email |
| Version | Version1.0-RELEASE |
| Type | Typejar |
| Filename | Size |
|---|---|
| lib-email-1.0-RELEASE.pom | |
| lib-email-1.0-RELEASE.jar | 7 KB |
| lib-email-1.0-RELEASE-tests.jar | 8 KB |
| lib-email-1.0-RELEASE-sources.jar | 7 KB |
| lib-email-1.0-RELEASE-javadoc.jar | 67 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.brienwheeler.lib/lib-email/ -->
<dependency>
<groupId>com.brienwheeler.lib</groupId>
<artifactId>lib-email</artifactId>
<version>1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.brienwheeler.lib/lib-email/
implementation 'com.brienwheeler.lib:lib-email:1.0-RELEASE'
// https://jarcasting.com/artifacts/com.brienwheeler.lib/lib-email/
implementation ("com.brienwheeler.lib:lib-email:1.0-RELEASE")
'com.brienwheeler.lib:lib-email:jar:1.0-RELEASE'
<dependency org="com.brienwheeler.lib" name="lib-email" rev="1.0-RELEASE">
<artifact name="lib-email" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.brienwheeler.lib', module='lib-email', version='1.0-RELEASE')
)
libraryDependencies += "com.brienwheeler.lib" % "lib-email" % "1.0-RELEASE"
[com.brienwheeler.lib/lib-email "1.0-RELEASE"]