Categories |
CategoriesGeronimo Container Application Servers |
---|---|
GroupId | GroupIdorg.apache.geronimo.modules |
ArtifactId | ArtifactIdgeronimo-mail |
Version | Version2.1.2 |
Type | Typejar |
Filename | Size |
---|---|
geronimo-mail-2.1.2.pom | |
geronimo-mail-2.1.2.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.geronimo.modules/geronimo-mail/ -->
<dependency>
<groupId>org.apache.geronimo.modules</groupId>
<artifactId>geronimo-mail</artifactId>
<version>2.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.geronimo.modules/geronimo-mail/
implementation 'org.apache.geronimo.modules:geronimo-mail:2.1.2'
// https://jarcasting.com/artifacts/org.apache.geronimo.modules/geronimo-mail/
implementation ("org.apache.geronimo.modules:geronimo-mail:2.1.2")
'org.apache.geronimo.modules:geronimo-mail:jar:2.1.2'
<dependency org="org.apache.geronimo.modules" name="geronimo-mail" rev="2.1.2">
<artifact name="geronimo-mail" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.geronimo.modules', module='geronimo-mail', version='2.1.2')
)
libraryDependencies += "org.apache.geronimo.modules" % "geronimo-mail" % "2.1.2"
[org.apache.geronimo.modules/geronimo-mail "2.1.2"]