Categories |
CategoriesIDE Development Tools JUnit Unit Testing ORM Data |
---|---|
GroupId | GroupIdorg.junit.platform |
ArtifactId | ArtifactIdjunit-platform-surefire-provider |
Version | Version1.1.0-M2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.junit.platform/junit-platform-surefire-provider/ -->
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-surefire-provider</artifactId>
<version>1.1.0-M2</version>
</dependency>
// https://jarcasting.com/artifacts/org.junit.platform/junit-platform-surefire-provider/
implementation 'org.junit.platform:junit-platform-surefire-provider:1.1.0-M2'
// https://jarcasting.com/artifacts/org.junit.platform/junit-platform-surefire-provider/
implementation ("org.junit.platform:junit-platform-surefire-provider:1.1.0-M2")
'org.junit.platform:junit-platform-surefire-provider:jar:1.1.0-M2'
<dependency org="org.junit.platform" name="junit-platform-surefire-provider" rev="1.1.0-M2">
<artifact name="junit-platform-surefire-provider" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.junit.platform', module='junit-platform-surefire-provider', version='1.1.0-M2')
)
libraryDependencies += "org.junit.platform" % "junit-platform-surefire-provider" % "1.1.0-M2"
[org.junit.platform/junit-platform-surefire-provider "1.1.0-M2"]