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