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