| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdorg.ops4j.pax.runner |
| ArtifactId | ArtifactIdpax-runner-eclipse |
| Last Version | Last Version1.6.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionOPS4J Pax Runner - Eclipse Plugin (Build POM)
OPS4J Pax Runner - Eclipse plugin that adds launch configurations for all the platforms / versions supported by Pax
Runner. See details at http://wiki.ops4j.org/confluence/x/0QBN
|
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| pax-runner-eclipse-1.6.0.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.ops4j.pax.runner/pax-runner-eclipse/ -->
<dependency>
<groupId>org.ops4j.pax.runner</groupId>
<artifactId>pax-runner-eclipse</artifactId>
<version>1.6.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j.pax.runner/pax-runner-eclipse/
implementation 'org.ops4j.pax.runner:pax-runner-eclipse:1.6.0'
// https://jarcasting.com/artifacts/org.ops4j.pax.runner/pax-runner-eclipse/
implementation ("org.ops4j.pax.runner:pax-runner-eclipse:1.6.0")
'org.ops4j.pax.runner:pax-runner-eclipse:pom:1.6.0'
<dependency org="org.ops4j.pax.runner" name="pax-runner-eclipse" rev="1.6.0">
<artifact name="pax-runner-eclipse" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax.runner', module='pax-runner-eclipse', version='1.6.0')
)
libraryDependencies += "org.ops4j.pax.runner" % "pax-runner-eclipse" % "1.6.0"
[org.ops4j.pax.runner/pax-runner-eclipse "1.6.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.osgi : org.osgi.core | jar | 4.0.1 |
| org.osgi : org.osgi.compendium | jar | 4.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.4 |
| org.easymock : easymock | jar | 2.3 |