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