GroupId | GroupIdorg.apache.james |
---|---|
ArtifactId | ArtifactIdjames-server-protocols-pop3 |
Version | Version3.0-beta4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.james/james-server-protocols-pop3/ -->
<dependency>
<groupId>org.apache.james</groupId>
<artifactId>james-server-protocols-pop3</artifactId>
<version>3.0-beta4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.james/james-server-protocols-pop3/
implementation 'org.apache.james:james-server-protocols-pop3:3.0-beta4'
// https://jarcasting.com/artifacts/org.apache.james/james-server-protocols-pop3/
implementation ("org.apache.james:james-server-protocols-pop3:3.0-beta4")
'org.apache.james:james-server-protocols-pop3:jar:3.0-beta4'
<dependency org="org.apache.james" name="james-server-protocols-pop3" rev="3.0-beta4">
<artifact name="james-server-protocols-pop3" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.james', module='james-server-protocols-pop3', version='3.0-beta4')
)
libraryDependencies += "org.apache.james" % "james-server-protocols-pop3" % "3.0-beta4"
[org.apache.james/james-server-protocols-pop3 "3.0-beta4"]