License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing CLI User Interface |
GroupId | GroupIdorg.eclipse.pde |
ArtifactId | ArtifactIdorg.eclipse.pde.junit.runtime |
Last Version | Last Version3.6.200 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPDE JUnit Runtime Support
PDE JUnit Runtime Support
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.eclipse.pde/org.eclipse.pde.junit.runtime/ -->
<dependency>
<groupId>org.eclipse.pde</groupId>
<artifactId>org.eclipse.pde.junit.runtime</artifactId>
<version>3.6.200</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.pde/org.eclipse.pde.junit.runtime/
implementation 'org.eclipse.pde:org.eclipse.pde.junit.runtime:3.6.200'
// https://jarcasting.com/artifacts/org.eclipse.pde/org.eclipse.pde.junit.runtime/
implementation ("org.eclipse.pde:org.eclipse.pde.junit.runtime:3.6.200")
'org.eclipse.pde:org.eclipse.pde.junit.runtime:jar:3.6.200'
<dependency org="org.eclipse.pde" name="org.eclipse.pde.junit.runtime" rev="3.6.200">
<artifact name="org.eclipse.pde.junit.runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.pde', module='org.eclipse.pde.junit.runtime', version='3.6.200')
)
libraryDependencies += "org.eclipse.pde" % "org.eclipse.pde.junit.runtime" % "3.6.200"
[org.eclipse.pde/org.eclipse.pde.junit.runtime "3.6.200"]
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.jdt : org.eclipse.jdt.junit.runtime | jar | [3.5.0,4.0.0) |
junit : junit | jar | [3.8.2,) |
org.eclipse.platform : org.eclipse.core.runtime | jar | [3.11.0,4.0.0) |
org.eclipse.platform : org.eclipse.ui Optional | jar | [3.2.0,4.0.0) |