File | Operation |
---|---|
archetypes-parent-0.2.0-Lithium.pom | download |
<dependency>
<groupId>org.opendaylight.controller.archetypes</groupId>
<artifactId>archetypes-parent</artifactId>
<version>0.2.0-Lithium</version>
<type>pom</type>
</dependency>
implementation 'org.opendaylight.controller.archetypes:archetypes-parent:0.2.0-Lithium'
implementation("org.opendaylight.controller.archetypes:archetypes-parent:0.2.0-Lithium")
libraryDependencies += "org.opendaylight.controller.archetypes" % "archetypes-parent" % "0.2.0-Lithium"
@Grapes(
@Grab(group='org.opendaylight.controller.archetypes', module='archetypes-parent', version='0.2.0-Lithium')
)
<dependency org="org.opendaylight.controller.archetypes" name="archetypes-parent" rev="0.2.0-Lithium" />
<parent> <groupId>org.opendaylight.controller</groupId> <artifactId>commons.opendaylight</artifactId> <version>1.5.0-Lithium</version> </parent>