plexus-testing
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-testing</artifactId> <version>1.2.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus</artifactId> <version>15</version> </parent> <artifactId>plexus-testing</artifactId> <version>1.2.0</version> <name>Plexus Testing</name> <scm> <connection>scm:git:git@github.com:codehaus-plexus/plexus-testing.git</connection> <developerConnection>scm:git:git@github.com:codehaus-plexus/plexus-testing.git</developerConnection> <tag>plexus-testing-1.2.0</tag> <url>https://github.com/codehaus-plexus/plexus-testing</url> </scm> <issueManagement> <system>github</system> <url>https://github.com/codehaus-plexus/plexus-testing/issues</url> </issueManagement> <distributionManagement> <site> <id>github:gh-pages</id> <url>${project.scm.developerConnection}</url> </site> </distributionManagement> <properties> <project.build.outputTimestamp>2023-10-21T17:25:06Z</project.build.outputTimestamp> </properties> <dependencies> <dependency> <groupId>org.eclipse.sisu</groupId> <artifactId>org.eclipse.sisu.plexus</artifactId> <version>0.3.5</version> </dependency> <dependency> <groupId>com.google.inject</groupId> <artifactId>guice</artifactId> <version>6.0.0</version> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-api</artifactId> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-engine</artifactId> <scope>test</scope> </dependency> </dependencies> </project>