Categories |
CategoriesKotlin Languages |
---|---|
GroupId | GroupIdio.github.slothLabs |
ArtifactId | ArtifactIdkotlin-mail |
Version | Version0.1.0-RC6 |
Type | Typejar |
Filename | Size |
---|---|
kotlin-mail-0.1.0-RC6.pom | |
kotlin-mail-0.1.0-RC6.jar | 46 KB |
kotlin-mail-0.1.0-RC6-sources.jar | 12 KB |
kotlin-mail-0.1.0-RC6-javadoc.jar | 149 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.slothLabs/kotlin-mail/ -->
<dependency>
<groupId>io.github.slothLabs</groupId>
<artifactId>kotlin-mail</artifactId>
<version>0.1.0-RC6</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.slothLabs/kotlin-mail/
implementation 'io.github.slothLabs:kotlin-mail:0.1.0-RC6'
// https://jarcasting.com/artifacts/io.github.slothLabs/kotlin-mail/
implementation ("io.github.slothLabs:kotlin-mail:0.1.0-RC6")
'io.github.slothLabs:kotlin-mail:jar:0.1.0-RC6'
<dependency org="io.github.slothLabs" name="kotlin-mail" rev="0.1.0-RC6">
<artifact name="kotlin-mail" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.slothLabs', module='kotlin-mail', version='0.1.0-RC6')
)
libraryDependencies += "io.github.slothLabs" % "kotlin-mail" % "0.1.0-RC6"
[io.github.slothLabs/kotlin-mail "0.1.0-RC6"]