Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdcom.guicedee.services |
ArtifactId | ArtifactIdjakarta.mail |
Version | Version1.0.13.1-jre13 |
Type | Typejar |
Filename | Size |
---|---|
jakarta.mail-1.0.13.1-jre13.pom | |
jakarta.mail-1.0.13.1-jre13.jar | 710 KB |
jakarta.mail-1.0.13.1-jre13-sources.jar | 744 KB |
jakarta.mail-1.0.13.1-jre13-javadoc.jar | 388 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.guicedee.services/jakarta.mail/ -->
<dependency>
<groupId>com.guicedee.services</groupId>
<artifactId>jakarta.mail</artifactId>
<version>1.0.13.1-jre13</version>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee.services/jakarta.mail/
implementation 'com.guicedee.services:jakarta.mail:1.0.13.1-jre13'
// https://jarcasting.com/artifacts/com.guicedee.services/jakarta.mail/
implementation ("com.guicedee.services:jakarta.mail:1.0.13.1-jre13")
'com.guicedee.services:jakarta.mail:jar:1.0.13.1-jre13'
<dependency org="com.guicedee.services" name="jakarta.mail" rev="1.0.13.1-jre13">
<artifact name="jakarta.mail" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.guicedee.services', module='jakarta.mail', version='1.0.13.1-jre13')
)
libraryDependencies += "com.guicedee.services" % "jakarta.mail" % "1.0.13.1-jre13"
[com.guicedee.services/jakarta.mail "1.0.13.1-jre13"]