GroupId | GroupIdorg.opendaylight.bier |
---|---|
ArtifactId | ArtifactIdchannel-artifacts |
Version | Version0.1.0-Carbon |
Type | Typepom |
Filename | Size |
---|---|
channel-artifacts-0.1.0-Carbon.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.bier/channel-artifacts/ -->
<dependency>
<groupId>org.opendaylight.bier</groupId>
<artifactId>channel-artifacts</artifactId>
<version>0.1.0-Carbon</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.bier/channel-artifacts/
implementation 'org.opendaylight.bier:channel-artifacts:0.1.0-Carbon'
// https://jarcasting.com/artifacts/org.opendaylight.bier/channel-artifacts/
implementation ("org.opendaylight.bier:channel-artifacts:0.1.0-Carbon")
'org.opendaylight.bier:channel-artifacts:pom:0.1.0-Carbon'
<dependency org="org.opendaylight.bier" name="channel-artifacts" rev="0.1.0-Carbon">
<artifact name="channel-artifacts" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.bier', module='channel-artifacts', version='0.1.0-Carbon')
)
libraryDependencies += "org.opendaylight.bier" % "channel-artifacts" % "0.1.0-Carbon"
[org.opendaylight.bier/channel-artifacts "0.1.0-Carbon"]