| License |
License |
|---|---|
| GroupId | GroupIdorg.codehaus.plexus |
| ArtifactId | ArtifactIdplexus-testing |
| Last Version | Last Version1.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionPlexus Testing
The Plexus project provides a full software stack for creating and executing software projects.
|
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| plexus-testing-1.1.0.pom | |
| plexus-testing-1.1.0.jar | 6 KB |
| plexus-testing-1.1.0-sources.jar | 5 KB |
| plexus-testing-1.1.0-source-release.zip | 12 KB |
| plexus-testing-1.1.0-javadoc.jar | 30 KB |
| Browse |
<!-- 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"]
| 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 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | 5.8.0 |