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