is not current version
Last Version 3.7.0

org.apache.james:third-party 3.5.0

Common utilities for integrating with third party software

GroupId

GroupId

org.apache.james
ArtifactId

ArtifactId

third-party
Version

Version

3.5.0
Type

Type

jar

Download third-party 3.5.0


<!-- https://jarcasting.com/artifacts/org.apache.james/third-party/ -->
<dependency>
    <groupId>org.apache.james</groupId>
    <artifactId>third-party</artifactId>
    <version>3.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.james/third-party/
implementation 'org.apache.james:third-party:3.5.0'
// https://jarcasting.com/artifacts/org.apache.james/third-party/
implementation ("org.apache.james:third-party:3.5.0")
'org.apache.james:third-party:jar:3.5.0'
<dependency org="org.apache.james" name="third-party" rev="3.5.0">
  <artifact name="third-party" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.james', module='third-party', version='3.5.0')
)
libraryDependencies += "org.apache.james" % "third-party" % "3.5.0"
[org.apache.james/third-party "3.5.0"]