GroupId | GroupIdorg.opendaylight.usc |
---|---|
ArtifactId | ArtifactIdusc-channel-api |
Version | Version1.2.0-Boron |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.opendaylight.usc/usc-channel-api/ -->
<dependency>
<groupId>org.opendaylight.usc</groupId>
<artifactId>usc-channel-api</artifactId>
<version>1.2.0-Boron</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.usc/usc-channel-api/
implementation 'org.opendaylight.usc:usc-channel-api:1.2.0-Boron'
// https://jarcasting.com/artifacts/org.opendaylight.usc/usc-channel-api/
implementation ("org.opendaylight.usc:usc-channel-api:1.2.0-Boron")
'org.opendaylight.usc:usc-channel-api:jar:1.2.0-Boron'
<dependency org="org.opendaylight.usc" name="usc-channel-api" rev="1.2.0-Boron">
<artifact name="usc-channel-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.usc', module='usc-channel-api', version='1.2.0-Boron')
)
libraryDependencies += "org.opendaylight.usc" % "usc-channel-api" % "1.2.0-Boron"
[org.opendaylight.usc/usc-channel-api "1.2.0-Boron"]