| Categories | Categoriesconfig Application Layer Libs Configuration | 
|---|---|
| GroupId | GroupIdorg.opendaylight.controller.samples | 
| ArtifactId | ArtifactIdtoaster-config | 
| Version | Version1.1.3-Helium-SR3 | 
| 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.1.3-Helium-SR3</version>
</dependency>// https://jarcasting.com/artifacts/org.opendaylight.controller.samples/toaster-config/
implementation 'org.opendaylight.controller.samples:toaster-config:1.1.3-Helium-SR3'// https://jarcasting.com/artifacts/org.opendaylight.controller.samples/toaster-config/
implementation ("org.opendaylight.controller.samples:toaster-config:1.1.3-Helium-SR3")'org.opendaylight.controller.samples:toaster-config:jar:1.1.3-Helium-SR3'<dependency org="org.opendaylight.controller.samples" name="toaster-config" rev="1.1.3-Helium-SR3">
  <artifact name="toaster-config" type="jar" />
</dependency>@Grapes(
@Grab(group='org.opendaylight.controller.samples', module='toaster-config', version='1.1.3-Helium-SR3')
)libraryDependencies += "org.opendaylight.controller.samples" % "toaster-config" % "1.1.3-Helium-SR3"[org.opendaylight.controller.samples/toaster-config "1.1.3-Helium-SR3"]