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