is not current version
Last Version 1.0.3-RELEASE

com.daioware.mail:client 1.0.2-RELEASE

Mail Client Utilities

Categories

Categories

CLI User Interface
GroupId

GroupId

com.daioware.mail
ArtifactId

ArtifactId

client
Version

Version

1.0.2-RELEASE
Type

Type

jar

Download client 1.0.2-RELEASE


<!-- https://jarcasting.com/artifacts/com.daioware.mail/client/ -->
<dependency>
    <groupId>com.daioware.mail</groupId>
    <artifactId>client</artifactId>
    <version>1.0.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.daioware.mail/client/
implementation 'com.daioware.mail:client:1.0.2-RELEASE'
// https://jarcasting.com/artifacts/com.daioware.mail/client/
implementation ("com.daioware.mail:client:1.0.2-RELEASE")
'com.daioware.mail:client:jar:1.0.2-RELEASE'
<dependency org="com.daioware.mail" name="client" rev="1.0.2-RELEASE">
  <artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.daioware.mail', module='client', version='1.0.2-RELEASE')
)
libraryDependencies += "com.daioware.mail" % "client" % "1.0.2-RELEASE"
[com.daioware.mail/client "1.0.2-RELEASE"]