is not current version
Last Version 1.6.0

org.ops4j.pax.construct:scripts 1.0


GroupId

GroupId

org.ops4j.pax.construct
ArtifactId

ArtifactId

scripts
Version

Version

1.0
Type

Type

pom

Download scripts 1.0


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