is not current version
Last Version 1.0.0

org.eclipse.angus:angus-mail 1.0.0-M2


Categories

Categories

CLI User Interface
GroupId

GroupId

org.eclipse.angus
ArtifactId

ArtifactId

angus-mail
Version

Version

1.0.0-M2
Type

Type

jar

Download angus-mail 1.0.0-M2


<!-- https://jarcasting.com/artifacts/org.eclipse.angus/angus-mail/ -->
<dependency>
    <groupId>org.eclipse.angus</groupId>
    <artifactId>angus-mail</artifactId>
    <version>1.0.0-M2</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.angus/angus-mail/
implementation 'org.eclipse.angus:angus-mail:1.0.0-M2'
// https://jarcasting.com/artifacts/org.eclipse.angus/angus-mail/
implementation ("org.eclipse.angus:angus-mail:1.0.0-M2")
'org.eclipse.angus:angus-mail:jar:1.0.0-M2'
<dependency org="org.eclipse.angus" name="angus-mail" rev="1.0.0-M2">
  <artifact name="angus-mail" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.angus', module='angus-mail', version='1.0.0-M2')
)
libraryDependencies += "org.eclipse.angus" % "angus-mail" % "1.0.0-M2"
[org.eclipse.angus/angus-mail "1.0.0-M2"]