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