GroupId | GroupIdorg.opendaylight.controller.samples |
---|---|
ArtifactId | ArtifactIdsample-toaster-it |
Version | Version1.1.2-Helium-SR2 |
Type | Typejar |
Filename | Size |
---|---|
sample-toaster-it-1.1.2-Helium-SR2.pom | |
sample-toaster-it-1.1.2-Helium-SR2.jar | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.controller.samples/sample-toaster-it/ -->
<dependency>
<groupId>org.opendaylight.controller.samples</groupId>
<artifactId>sample-toaster-it</artifactId>
<version>1.1.2-Helium-SR2</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.controller.samples/sample-toaster-it/
implementation 'org.opendaylight.controller.samples:sample-toaster-it:1.1.2-Helium-SR2'
// https://jarcasting.com/artifacts/org.opendaylight.controller.samples/sample-toaster-it/
implementation ("org.opendaylight.controller.samples:sample-toaster-it:1.1.2-Helium-SR2")
'org.opendaylight.controller.samples:sample-toaster-it:jar:1.1.2-Helium-SR2'
<dependency org="org.opendaylight.controller.samples" name="sample-toaster-it" rev="1.1.2-Helium-SR2">
<artifact name="sample-toaster-it" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.controller.samples', module='sample-toaster-it', version='1.1.2-Helium-SR2')
)
libraryDependencies += "org.opendaylight.controller.samples" % "sample-toaster-it" % "1.1.2-Helium-SR2"
[org.opendaylight.controller.samples/sample-toaster-it "1.1.2-Helium-SR2"]