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