<dependency>
<groupId>org.opendaylight.controller</groupId>
<artifactId>opendaylight-startup-archetype</artifactId>
<version>1.2.1-Boron-SR1</version>
<type>maven-archetype</type>
</dependency>
implementation 'org.opendaylight.controller:opendaylight-startup-archetype:1.2.1-Boron-SR1'
implementation("org.opendaylight.controller:opendaylight-startup-archetype:1.2.1-Boron-SR1")
libraryDependencies += "org.opendaylight.controller" % "opendaylight-startup-archetype" % "1.2.1-Boron-SR1"
@Grapes(
@Grab(group='org.opendaylight.controller', module='opendaylight-startup-archetype', version='1.2.1-Boron-SR1')
)
<dependency org="org.opendaylight.controller" name="opendaylight-startup-archetype" rev="1.2.1-Boron-SR1" />
<parent> <groupId>org.opendaylight.controller.archetypes</groupId> <artifactId>archetypes-parent</artifactId> <version>0.4.1-Boron-SR1</version> </parent>