GroupId | GroupIdcom.github.edgarespina |
---|---|
ArtifactId | ArtifactIdmwa-mail |
Version | Version0.1.2 |
Type | Typejar |
Filename | Size |
---|---|
mwa-mail-0.1.2.pom | |
mwa-mail-0.1.2.jar | 14 KB |
mwa-mail-0.1.2-sources.jar | 6 KB |
mwa-mail-0.1.2-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.edgarespina/mwa-mail/ -->
<dependency>
<groupId>com.github.edgarespina</groupId>
<artifactId>mwa-mail</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.edgarespina/mwa-mail/
implementation 'com.github.edgarespina:mwa-mail:0.1.2'
// https://jarcasting.com/artifacts/com.github.edgarespina/mwa-mail/
implementation ("com.github.edgarespina:mwa-mail:0.1.2")
'com.github.edgarespina:mwa-mail:jar:0.1.2'
<dependency org="com.github.edgarespina" name="mwa-mail" rev="0.1.2">
<artifact name="mwa-mail" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.edgarespina', module='mwa-mail', version='0.1.2')
)
libraryDependencies += "com.github.edgarespina" % "mwa-mail" % "0.1.2"
[com.github.edgarespina/mwa-mail "0.1.2"]