License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.daioware.mail |
ArtifactId | ArtifactIdclient |
Version | Version1.0.3-RELEASE |
Type | Typejar |
Description |
DescriptionMail client utilities
Mail Client Utilities
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
client-1.0.3-RELEASE.pom | |
client-1.0.3-RELEASE.jar | 16 KB |
client-1.0.3-RELEASE-sources.jar | 7 KB |
client-1.0.3-RELEASE-javadoc.jar | 61 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.daioware.mail/client/ -->
<dependency>
<groupId>com.daioware.mail</groupId>
<artifactId>client</artifactId>
<version>1.0.3-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.daioware.mail/client/
implementation 'com.daioware.mail:client:1.0.3-RELEASE'
// https://jarcasting.com/artifacts/com.daioware.mail/client/
implementation ("com.daioware.mail:client:1.0.3-RELEASE")
'com.daioware.mail:client:jar:1.0.3-RELEASE'
<dependency org="com.daioware.mail" name="client" rev="1.0.3-RELEASE">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.daioware.mail', module='client', version='1.0.3-RELEASE')
)
libraryDependencies += "com.daioware.mail" % "client" % "1.0.3-RELEASE"
[com.daioware.mail/client "1.0.3-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
javax.mail : mail | jar | 1.4.2 |
com.daioware : dateUtilities | jar | 1.0.1-RELEASE |
com.daioware : file | jar | 1.0.1-RELEASE |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.9 |