GroupId | GroupIdcom.aerse |
---|---|
ArtifactId | ArtifactIdmail |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
mail-1.1.pom | |
mail-1.1.jar | 19 KB |
mail-1.1-sources.jar | 10 KB |
mail-1.1-javadoc.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.aerse/mail/ -->
<dependency>
<groupId>com.aerse</groupId>
<artifactId>mail</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.aerse/mail/
implementation 'com.aerse:mail:1.1'
// https://jarcasting.com/artifacts/com.aerse/mail/
implementation ("com.aerse:mail:1.1")
'com.aerse:mail:jar:1.1'
<dependency org="com.aerse" name="mail" rev="1.1">
<artifact name="mail" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aerse', module='mail', version='1.1')
)
libraryDependencies += "com.aerse" % "mail" % "1.1"
[com.aerse/mail "1.1"]