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