GroupId | GroupIdcom.uchicom |
---|---|
ArtifactId | ArtifactIdsmtp |
Version | Version0.1.5 |
Type | Typejar |
Filename | Size |
---|---|
smtp-0.1.5.pom | |
smtp-0.1.5.jar | 34 KB |
smtp-0.1.5-sources.jar | 21 KB |
smtp-0.1.5-javadoc.jar | 484 KB |
smtp-0.1.5-jar-with-dependencies.jar | 308 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.uchicom/smtp/ -->
<dependency>
<groupId>com.uchicom</groupId>
<artifactId>smtp</artifactId>
<version>0.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.uchicom/smtp/
implementation 'com.uchicom:smtp:0.1.5'
// https://jarcasting.com/artifacts/com.uchicom/smtp/
implementation ("com.uchicom:smtp:0.1.5")
'com.uchicom:smtp:jar:0.1.5'
<dependency org="com.uchicom" name="smtp" rev="0.1.5">
<artifact name="smtp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.uchicom', module='smtp', version='0.1.5')
)
libraryDependencies += "com.uchicom" % "smtp" % "0.1.5"
[com.uchicom/smtp "0.1.5"]