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