GroupId | GroupIdcom.chtsinc |
---|---|
ArtifactId | ArtifactIdch-email |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
ch-email-1.0.1.pom | |
ch-email-1.0.1.jar | 15 KB |
ch-email-1.0.1-sources.jar | 6 KB |
ch-email-1.0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.chtsinc/ch-email/
implementation 'com.chtsinc:ch-email:1.0.1'
// https://jarcasting.com/artifacts/com.chtsinc/ch-email/
implementation ("com.chtsinc:ch-email:1.0.1")
'com.chtsinc:ch-email:jar:1.0.1'
<dependency org="com.chtsinc" name="ch-email" rev="1.0.1">
<artifact name="ch-email" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.chtsinc', module='ch-email', version='1.0.1')
)
libraryDependencies += "com.chtsinc" % "ch-email" % "1.0.1"
[com.chtsinc/ch-email "1.0.1"]