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