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