| GroupId | GroupIdcocoon |
|---|---|
| ArtifactId | ArtifactIdcocoon-mail |
| Last Version | Last Version2.1.11 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Description |
| Filename | Size |
|---|---|
| cocoon-mail-2.1.11.pom | |
| cocoon-mail-2.1.11.jar | 69 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cocoon/cocoon-mail/ -->
<dependency>
<groupId>cocoon</groupId>
<artifactId>cocoon-mail</artifactId>
<version>2.1.11</version>
</dependency>
// https://jarcasting.com/artifacts/cocoon/cocoon-mail/
implementation 'cocoon:cocoon-mail:2.1.11'
// https://jarcasting.com/artifacts/cocoon/cocoon-mail/
implementation ("cocoon:cocoon-mail:2.1.11")
'cocoon:cocoon-mail:jar:2.1.11'
<dependency org="cocoon" name="cocoon-mail" rev="2.1.11">
<artifact name="cocoon-mail" type="jar" />
</dependency>
@Grapes(
@Grab(group='cocoon', module='cocoon-mail', version='2.1.11')
)
libraryDependencies += "cocoon" % "cocoon-mail" % "2.1.11"
[cocoon/cocoon-mail "2.1.11"]