GroupId | GroupIdcom.anaptecs.jeaf.mail |
---|---|
ArtifactId | ArtifactIdjeaf-mail-api |
Version | Version1.5.0 |
Type | Typejar |
Filename | Size |
---|---|
jeaf-mail-api-1.5.0.pom | |
jeaf-mail-api-1.5.0.jar | 7 KB |
jeaf-mail-api-1.5.0-sources.jar | 8 KB |
jeaf-mail-api-1.5.0-javadoc.jar | 41 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.anaptecs.jeaf.mail/jeaf-mail-api/ -->
<dependency>
<groupId>com.anaptecs.jeaf.mail</groupId>
<artifactId>jeaf-mail-api</artifactId>
<version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.anaptecs.jeaf.mail/jeaf-mail-api/
implementation 'com.anaptecs.jeaf.mail:jeaf-mail-api:1.5.0'
// https://jarcasting.com/artifacts/com.anaptecs.jeaf.mail/jeaf-mail-api/
implementation ("com.anaptecs.jeaf.mail:jeaf-mail-api:1.5.0")
'com.anaptecs.jeaf.mail:jeaf-mail-api:jar:1.5.0'
<dependency org="com.anaptecs.jeaf.mail" name="jeaf-mail-api" rev="1.5.0">
<artifact name="jeaf-mail-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.anaptecs.jeaf.mail', module='jeaf-mail-api', version='1.5.0')
)
libraryDependencies += "com.anaptecs.jeaf.mail" % "jeaf-mail-api" % "1.5.0"
[com.anaptecs.jeaf.mail/jeaf-mail-api "1.5.0"]