You can download junit-platform-surefire-provider-1.0.0.jar in this page.
Eclipse Public License v1.0
junit-platform-surefire-provider-1.0.0.jar file has the following types.
META-INF/LICENSE-notice.md META-INF/LICENSE.md META-INF/MANIFEST.MF META-INF/services/org.apache.maven.surefire.providerapi.SurefireProvider org.junit.platform.surefire.provider.JUnitPlatformProvider.class org.junit.platform.surefire.provider.RunListenerAdapter.class org.junit.platform.surefire.provider.TestPlanScannerFilter.class
junit-platform-surefire-provider-1.0.0.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>org.junit.platform</groupId> <artifactId>junit-platform-surefire-provider</artifactId> <version>1.0.0</version> <name>org.junit.platform:junit-platform-surefire-provider</name> <description>Module "junit-platform-surefire-provider" of JUnit 5.</description> <url>http://junit.org/junit5/</url> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>bechte</id> <name>Stefan Bechtold</name> <email>stefan.bechtold@me.com</email> </developer> <developer> <id>jlink</id> <name>Johannes Link</name> <email>business@johanneslink.net</email> </developer> <developer> <id>marcphilipp</id> <name>Marc Philipp</name> <email>mail@marcphilipp.de</email> </developer> <developer> <id>mmerdes</id> <name>Matthias Merdes</name> <email>Matthias.Merdes@heidelberg-mobil.com</email> </developer> <developer> <id>sbrannen</id> <name>Sam Brannen</name> <email>sam@sambrannen.com</email> </developer> <developer> <id>sormuras</id> <name>Christian Stein</name> <email>sormuras@gmail.com</email> </developer> </developers> <scm> <connection>scm:git:git://github.com/junit-team/junit5.git</connection> <developerConnection>scm:git:git://github.com/junit-team/junit5.git</developerConnection> <url>https://github.com/junit-team/junit5</url> </scm> <dependencies> <dependency> <groupId>org.apiguardian</groupId> <artifactId>apiguardian-api</artifactId> <version>1.0.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.junit.platform</groupId> <artifactId>junit-platform-launcher</artifactId> <version>1.0.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire-api</artifactId> <version>2.19.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.maven.surefire</groupId> <artifactId>common-java5</artifactId> <version>2.19.1</version> <scope>runtime</scope> </dependency> </dependencies> </project>
<dependency> <groupId>org.junit.platform</groupId> <artifactId>junit-platform-surefire-provider</artifactId> <version>1.0.0</version> </dependency>
If you think the following junit-platform-surefire-provider-1.0.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download junit-platform-surefire-provider-1.0.0.jar file