| Categories | Categoriesconfig Application Layer Libs Configuration | 
|---|---|
| GroupId | GroupIdorg.opendaylight.controller.samples | 
| ArtifactId | ArtifactIdtoaster-config | 
| Version | Version1.2.2-Lithium-SR2 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.opendaylight.controller.samples/toaster-config/ -->
<dependency>
    <groupId>org.opendaylight.controller.samples</groupId>
    <artifactId>toaster-config</artifactId>
    <version>1.2.2-Lithium-SR2</version>
</dependency>// https://jarcasting.com/artifacts/org.opendaylight.controller.samples/toaster-config/
implementation 'org.opendaylight.controller.samples:toaster-config:1.2.2-Lithium-SR2'// https://jarcasting.com/artifacts/org.opendaylight.controller.samples/toaster-config/
implementation ("org.opendaylight.controller.samples:toaster-config:1.2.2-Lithium-SR2")'org.opendaylight.controller.samples:toaster-config:jar:1.2.2-Lithium-SR2'<dependency org="org.opendaylight.controller.samples" name="toaster-config" rev="1.2.2-Lithium-SR2">
  <artifact name="toaster-config" type="jar" />
</dependency>@Grapes(
@Grab(group='org.opendaylight.controller.samples', module='toaster-config', version='1.2.2-Lithium-SR2')
)libraryDependencies += "org.opendaylight.controller.samples" % "toaster-config" % "1.2.2-Lithium-SR2"[org.opendaylight.controller.samples/toaster-config "1.2.2-Lithium-SR2"]