is not current version
Last Version 1.6.0

org.ops4j.pax.construct:scripts 1.1


GroupId

GroupId

org.ops4j.pax.construct
ArtifactId

ArtifactId

scripts
Version

Version

1.1
Type

Type

pom

Download scripts 1.1


<!-- https://jarcasting.com/artifacts/org.ops4j.pax.construct/scripts/ -->
<dependency>
    <groupId>org.ops4j.pax.construct</groupId>
    <artifactId>scripts</artifactId>
    <version>1.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j.pax.construct/scripts/
implementation 'org.ops4j.pax.construct:scripts:1.1'
// https://jarcasting.com/artifacts/org.ops4j.pax.construct/scripts/
implementation ("org.ops4j.pax.construct:scripts:1.1")
'org.ops4j.pax.construct:scripts:pom:1.1'
<dependency org="org.ops4j.pax.construct" name="scripts" rev="1.1">
  <artifact name="scripts" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax.construct', module='scripts', version='1.1')
)
libraryDependencies += "org.ops4j.pax.construct" % "scripts" % "1.1"
[org.ops4j.pax.construct/scripts "1.1"]