GroupId | GroupIdorg.ops4j.pax |
---|---|
ArtifactId | ArtifactIdrunner |
Version | Version1.7.0-RC1 |
Type | Typepom |
Filename | Size |
---|---|
runner-1.7.0-RC1.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ops4j.pax/runner/ -->
<dependency>
<groupId>org.ops4j.pax</groupId>
<artifactId>runner</artifactId>
<version>1.7.0-RC1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j.pax/runner/
implementation 'org.ops4j.pax:runner:1.7.0-RC1'
// https://jarcasting.com/artifacts/org.ops4j.pax/runner/
implementation ("org.ops4j.pax:runner:1.7.0-RC1")
'org.ops4j.pax:runner:pom:1.7.0-RC1'
<dependency org="org.ops4j.pax" name="runner" rev="1.7.0-RC1">
<artifact name="runner" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax', module='runner', version='1.7.0-RC1')
)
libraryDependencies += "org.ops4j.pax" % "runner" % "1.7.0-RC1"
[org.ops4j.pax/runner "1.7.0-RC1"]