License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.eclipse.angus |
ArtifactId | ArtifactIdpop3 |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAngus Mail pop3 provider
Angus Mail pop3 provider
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
pop3-1.0.0.pom | |
pop3-1.0.0.jar | 58 KB |
pop3-1.0.0-sources.jar | 54 KB |
pop3-1.0.0-javadoc.jar | 471 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.angus/pop3/ -->
<dependency>
<groupId>org.eclipse.angus</groupId>
<artifactId>pop3</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.angus/pop3/
implementation 'org.eclipse.angus:pop3:1.0.0'
// https://jarcasting.com/artifacts/org.eclipse.angus/pop3/
implementation ("org.eclipse.angus:pop3:1.0.0")
'org.eclipse.angus:pop3:jar:1.0.0'
<dependency org="org.eclipse.angus" name="pop3" rev="1.0.0">
<artifact name="pop3" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.angus', module='pop3', version='1.0.0')
)
libraryDependencies += "org.eclipse.angus" % "pop3" % "1.0.0"
[org.eclipse.angus/pop3 "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 |