is not current version
Last Version 3.7.0

org.apache.james:testing-base 3.5.0

Root project for all james modules that run tests

GroupId

GroupId

org.apache.james
ArtifactId

ArtifactId

testing-base
Version

Version

3.5.0
Type

Type

jar

Download testing-base 3.5.0


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