| License |
License |
|---|---|
| Categories |
CategoriesJUnit Unit Testing CLI User Interface |
| GroupId | GroupIdcom.github.adedayo.eclipse.sdk |
| ArtifactId | ArtifactIdorg.eclipse.pde.junit.runtime |
| Last Version | Last Version3.5.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionorg.eclipse.pde.junit.runtime
A packaging of the eclipse sdk org.eclipse.pde.junit.runtime library.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| org.eclipse.pde.junit.runtime-3.5.0.pom | |
| org.eclipse.pde.junit.runtime-3.5.0.jar | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.adedayo.eclipse.sdk/org.eclipse.pde.junit.runtime/ -->
<dependency>
<groupId>com.github.adedayo.eclipse.sdk</groupId>
<artifactId>org.eclipse.pde.junit.runtime</artifactId>
<version>3.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.adedayo.eclipse.sdk/org.eclipse.pde.junit.runtime/
implementation 'com.github.adedayo.eclipse.sdk:org.eclipse.pde.junit.runtime:3.5.0'
// https://jarcasting.com/artifacts/com.github.adedayo.eclipse.sdk/org.eclipse.pde.junit.runtime/
implementation ("com.github.adedayo.eclipse.sdk:org.eclipse.pde.junit.runtime:3.5.0")
'com.github.adedayo.eclipse.sdk:org.eclipse.pde.junit.runtime:jar:3.5.0'
<dependency org="com.github.adedayo.eclipse.sdk" name="org.eclipse.pde.junit.runtime" rev="3.5.0">
<artifact name="org.eclipse.pde.junit.runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.adedayo.eclipse.sdk', module='org.eclipse.pde.junit.runtime', version='3.5.0')
)
libraryDependencies += "com.github.adedayo.eclipse.sdk" % "org.eclipse.pde.junit.runtime" % "3.5.0"
[com.github.adedayo.eclipse.sdk/org.eclipse.pde.junit.runtime "3.5.0"]