| Categories | Categoriesconfig Application Layer Libs Configuration | 
|---|---|
| GroupId | GroupIdorg.opendaylight.of-config | 
| ArtifactId | ArtifactIdparents | 
| Version | Version1.0.0-Beryllium | 
| Type | Typepom | 
| Filename | Size | 
|---|---|
| parents-1.0.0-Beryllium.pom | 2 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.opendaylight.of-config/parents/ -->
<dependency>
    <groupId>org.opendaylight.of-config</groupId>
    <artifactId>parents</artifactId>
    <version>1.0.0-Beryllium</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.opendaylight.of-config/parents/
implementation 'org.opendaylight.of-config:parents:1.0.0-Beryllium'// https://jarcasting.com/artifacts/org.opendaylight.of-config/parents/
implementation ("org.opendaylight.of-config:parents:1.0.0-Beryllium")'org.opendaylight.of-config:parents:pom:1.0.0-Beryllium'<dependency org="org.opendaylight.of-config" name="parents" rev="1.0.0-Beryllium">
  <artifact name="parents" type="pom" />
</dependency>@Grapes(
@Grab(group='org.opendaylight.of-config', module='parents', version='1.0.0-Beryllium')
)libraryDependencies += "org.opendaylight.of-config" % "parents" % "1.0.0-Beryllium"[org.opendaylight.of-config/parents "1.0.0-Beryllium"]