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