| License |
License
CH License
|
|---|---|
| GroupId | GroupIdcom.chtsinc |
| ArtifactId | ArtifactIdch-email |
| Version | Version1.0.2 |
| Type | Typejar |
| Description |
Descriptionch-email
CH email utility.
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| ch-email-1.0.2.pom | |
| ch-email-1.0.2.jar | 15 KB |
| ch-email-1.0.2-sources.jar | 6 KB |
| ch-email-1.0.2-javadoc.jar | 67 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.chtsinc/ch-email/ -->
<dependency>
<groupId>com.chtsinc</groupId>
<artifactId>ch-email</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.chtsinc/ch-email/
implementation 'com.chtsinc:ch-email:1.0.2'
// https://jarcasting.com/artifacts/com.chtsinc/ch-email/
implementation ("com.chtsinc:ch-email:1.0.2")
'com.chtsinc:ch-email:jar:1.0.2'
<dependency org="com.chtsinc" name="ch-email" rev="1.0.2">
<artifact name="ch-email" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.chtsinc', module='ch-email', version='1.0.2')
)
libraryDependencies += "com.chtsinc" % "ch-email" % "1.0.2"
[com.chtsinc/ch-email "1.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.sun.mail : javax.mail | jar | 1.6.2 |
| com.chtsinc : ch-model | jar | 1.0.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |