Categories |
CategoriesJUnit Unit Testing ORM Data |
---|---|
GroupId | GroupIdorg.junit.platform |
ArtifactId | ArtifactIdjunit-platform-runner |
Version | Version1.4.0 |
Type | Typejar |
Filename | Size |
---|---|
junit-platform-runner-1.4.0.pom | |
junit-platform-runner-1.4.0.jar | 17 KB |
junit-platform-runner-1.4.0-sources.jar | 11 KB |
junit-platform-runner-1.4.0-javadoc.jar | 399 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.junit.platform/junit-platform-runner/ -->
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-runner</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.junit.platform/junit-platform-runner/
implementation 'org.junit.platform:junit-platform-runner:1.4.0'
// https://jarcasting.com/artifacts/org.junit.platform/junit-platform-runner/
implementation ("org.junit.platform:junit-platform-runner:1.4.0")
'org.junit.platform:junit-platform-runner:jar:1.4.0'
<dependency org="org.junit.platform" name="junit-platform-runner" rev="1.4.0">
<artifact name="junit-platform-runner" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.junit.platform', module='junit-platform-runner', version='1.4.0')
)
libraryDependencies += "org.junit.platform" % "junit-platform-runner" % "1.4.0"
[org.junit.platform/junit-platform-runner "1.4.0"]