GroupId | GroupIdcom.hb0730 |
---|---|
ArtifactId | ArtifactIdcommons-mail |
Version | Version2.1.0-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
commons-mail-2.1.0-RELEASE.pom | |
commons-mail-2.1.0-RELEASE.jar | 27 KB |
commons-mail-2.1.0-RELEASE-sources.jar | 19 KB |
commons-mail-2.1.0-RELEASE-javadoc.jar | 144 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hb0730/commons-mail/ -->
<dependency>
<groupId>com.hb0730</groupId>
<artifactId>commons-mail</artifactId>
<version>2.1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.hb0730/commons-mail/
implementation 'com.hb0730:commons-mail:2.1.0-RELEASE'
// https://jarcasting.com/artifacts/com.hb0730/commons-mail/
implementation ("com.hb0730:commons-mail:2.1.0-RELEASE")
'com.hb0730:commons-mail:jar:2.1.0-RELEASE'
<dependency org="com.hb0730" name="commons-mail" rev="2.1.0-RELEASE">
<artifact name="commons-mail" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hb0730', module='commons-mail', version='2.1.0-RELEASE')
)
libraryDependencies += "com.hb0730" % "commons-mail" % "2.1.0-RELEASE"
[com.hb0730/commons-mail "2.1.0-RELEASE"]