GroupId | GroupIdcom.hb0730 |
---|---|
ArtifactId | ArtifactIdcommons-mail |
Version | Version2.0.1-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.hb0730/commons-mail/ -->
<dependency>
<groupId>com.hb0730</groupId>
<artifactId>commons-mail</artifactId>
<version>2.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.hb0730/commons-mail/
implementation 'com.hb0730:commons-mail:2.0.1-RELEASE'
// https://jarcasting.com/artifacts/com.hb0730/commons-mail/
implementation ("com.hb0730:commons-mail:2.0.1-RELEASE")
'com.hb0730:commons-mail:jar:2.0.1-RELEASE'
<dependency org="com.hb0730" name="commons-mail" rev="2.0.1-RELEASE">
<artifact name="commons-mail" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hb0730', module='commons-mail', version='2.0.1-RELEASE')
)
libraryDependencies += "com.hb0730" % "commons-mail" % "2.0.1-RELEASE"
[com.hb0730/commons-mail "2.0.1-RELEASE"]