Plexus Testing

The Plexus project provides a full software stack for creating and executing software projects.

License

License

GroupId

GroupId

org.codehaus.plexus
ArtifactId

ArtifactId

plexus-testing
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Plexus Testing
The Plexus project provides a full software stack for creating and executing software projects.
Project Organization

Project Organization

Codehaus Plexus
Source Code Management

Source Code Management

http://github.com/codehaus-plexus/plexus-testing

Download plexus-testing

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.eclipse.sisu : org.eclipse.sisu.plexus jar 0.3.4
com.google.inject : guice jar 4.2.3
org.junit.jupiter : junit-jupiter-api jar 5.8.0

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-engine jar 5.8.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.0
1.0.0