| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdorg.eclipse.angus |
| ArtifactId | ArtifactIdimap |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionAngus Mail imap provider
Angus Mail imap provider
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| imap-1.0.0.pom | |
| imap-1.0.0.jar | 229 KB |
| imap-1.0.0-sources.jar | 206 KB |
| imap-1.0.0-javadoc.jar | 941 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.angus/imap/ -->
<dependency>
<groupId>org.eclipse.angus</groupId>
<artifactId>imap</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.angus/imap/
implementation 'org.eclipse.angus:imap:1.0.0'
// https://jarcasting.com/artifacts/org.eclipse.angus/imap/
implementation ("org.eclipse.angus:imap:1.0.0")
'org.eclipse.angus:imap:jar:1.0.0'
<dependency org="org.eclipse.angus" name="imap" rev="1.0.0">
<artifact name="imap" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.angus', module='imap', version='1.0.0')
)
libraryDependencies += "org.eclipse.angus" % "imap" % "1.0.0"
[org.eclipse.angus/imap "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| jakarta.mail : jakarta.mail-api | jar | 2.1.0 |
| org.eclipse.angus : angus-core | jar | 1.0.0 |