GroupId | GroupIdorg.opendaylight.controller.samples |
---|---|
ArtifactId | ArtifactIdsample-toaster-it |
Version | Version1.1.4-Helium-SR4 |
Type | Typejar |
Filename | Size |
---|---|
sample-toaster-it-1.1.4-Helium-SR4.pom | |
sample-toaster-it-1.1.4-Helium-SR4.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.4-Helium-SR4</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.controller.samples/sample-toaster-it/
implementation 'org.opendaylight.controller.samples:sample-toaster-it:1.1.4-Helium-SR4'
// https://jarcasting.com/artifacts/org.opendaylight.controller.samples/sample-toaster-it/
implementation ("org.opendaylight.controller.samples:sample-toaster-it:1.1.4-Helium-SR4")
'org.opendaylight.controller.samples:sample-toaster-it:jar:1.1.4-Helium-SR4'
<dependency org="org.opendaylight.controller.samples" name="sample-toaster-it" rev="1.1.4-Helium-SR4">
<artifact name="sample-toaster-it" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.controller.samples', module='sample-toaster-it', version='1.1.4-Helium-SR4')
)
libraryDependencies += "org.opendaylight.controller.samples" % "sample-toaster-it" % "1.1.4-Helium-SR4"
[org.opendaylight.controller.samples/sample-toaster-it "1.1.4-Helium-SR4"]