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