组织ID: |
org.junit.platform |
项目ID: |
junit-platform-launcher |
版本: |
1.2.0 |
最后修改时间: |
2018-07-26 17:08:14 |
包类型: |
jar |
标题: |
JUnit Platform Launcher |
描述: |
Module "junit-platform-launcher" of JUnit 5. |
相关URL: |
http://junit.org/junit5/ |
大小: |
78.29KB |
|
Maven引入代码: |
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<version>1.2.0</version>
</dependency>
|
Gradle引入代码: |
org.junit.platform:junit-platform-launcher:1.2.0
|
下载Jar包: |
|
POM文件内容: |
<?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-launcher</artifactId>
<version>1.2.0</version>
<name>JUnit Platform Launcher</name>
<description>Module "junit-platform-launcher" of JUnit 5.</description>
<url>http://junit.org/junit5/</url>
<licenses>
<license>
<name>Eclipse Public License v2.0</name>
<url>http://www.eclipse.org/legal/epl-v20.html</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-engine</artifactId>
<version>1.2.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.junit.platform.launcher.EngineFilter.class
org.junit.platform.launcher.EngineFilter$Type.class
org.junit.platform.launcher.core.TestExecutionListenerRegistry.class
org.junit.platform.launcher.core.ExecutionListenerAdapter.class
org.junit.platform.launcher.core.TestExecutionListenerRegistry$1.class
org.junit.platform.launcher.core.DefaultDiscoveryRequest.class
org.junit.platform.launcher.core.ServiceLoaderTestEngineRegistry.class
org.junit.platform.launcher.core.TestExecutionListenerRegistry$CompositeTestExecutionListener.class
org.junit.platform.launcher.core.Root.class
org.junit.platform.launcher.core.LauncherConfigurationParameters.class
org.junit.platform.launcher.core.ServiceLoaderTestExecutionListenerRegistry.class
org.junit.platform.launcher.core.LauncherFactory.class
org.junit.platform.launcher.core.DefaultLauncher.class
org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder.class
org.junit.platform.launcher.PostDiscoveryFilter.class
org.junit.platform.launcher.TagFilter.class
org.junit.platform.launcher.tagexpression.TagExpressions$1.class
org.junit.platform.launcher.tagexpression.TagExpressions.class
org.junit.platform.launcher.tagexpression.TagExpressions$3.class
org.junit.platform.launcher.tagexpression.ShuntingYard.class
org.junit.platform.launcher.tagexpression.Stack.class
org.junit.platform.launcher.tagexpression.DequeStack.class
org.junit.platform.launcher.tagexpression.ParseResult.class
org.junit.platform.launcher.tagexpression.TagExpressions$2.class
org.junit.platform.launcher.tagexpression.Operator.class
org.junit.platform.launcher.tagexpression.TokenWith.class
org.junit.platform.launcher.tagexpression.Tokenizer.class
org.junit.platform.launcher.tagexpression.TagExpressions$4.class
org.junit.platform.launcher.tagexpression.Operator$Associativity.class
org.junit.platform.launcher.tagexpression.ParseResults$2.class
org.junit.platform.launcher.tagexpression.Operators.class
org.junit.platform.launcher.tagexpression.TagExpression.class
org.junit.platform.launcher.tagexpression.ParseResults.class
org.junit.platform.launcher.tagexpression.ParseResults$1.class
org.junit.platform.launcher.tagexpression.Token.class
org.junit.platform.launcher.tagexpression.ParseStatus.class
org.junit.platform.launcher.tagexpression.Parser.class
org.junit.platform.launcher.tagexpression.Operator$TagExpressionCreator.class
org.junit.platform.launcher.TestIdentifier.class
org.junit.platform.launcher.TestPlan.class
org.junit.platform.launcher.Launcher.class
org.junit.platform.launcher.TestExecutionListener.class
org.junit.platform.launcher.listeners.SummaryGeneratingListener.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
apiguardian-api-1.0.0.jar
/org.apiguardian/apiguardian-api/1.0.0
查看apiguardian-api所有版本文件
junit-platform-engine-1.2.0.jar
/org.junit.platform/junit-platform-engine/1.2.0
查看junit-platform-engine所有版本文件
|