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