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