| License |
License |
|---|---|
| GroupId | GroupIdorg.apache.james |
| ArtifactId | ArtifactIdthird-party |
| Version | Version3.6.2 |
| Type | Typejar |
| Description |
DescriptionApache JAMES third party
Common utilities for integrating with third party software
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| third-party-3.6.2.pom | 1 KB |
| third-party-3.6.2-tests.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.james/third-party/ -->
<dependency>
<groupId>org.apache.james</groupId>
<artifactId>third-party</artifactId>
<version>3.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.james/third-party/
implementation 'org.apache.james:third-party:3.6.2'
// https://jarcasting.com/artifacts/org.apache.james/third-party/
implementation ("org.apache.james:third-party:3.6.2")
'org.apache.james:third-party:jar:3.6.2'
<dependency org="org.apache.james" name="third-party" rev="3.6.2">
<artifact name="third-party" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.james', module='third-party', version='3.6.2')
)
libraryDependencies += "org.apache.james" % "third-party" % "3.6.2"
[org.apache.james/third-party "3.6.2"]