GroupId | GroupIdorg.ops4j.pax.construct |
---|---|
ArtifactId | ArtifactIdscripts |
Version | Version1.1 |
Type | Typepom |
Filename | Size |
---|---|
scripts-1.1.pom | |
scripts-1.1.zip | 3 KB |
Browse |
<!-- 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"]