GroupId | GroupIdorg.opendaylight.bier |
---|---|
ArtifactId | ArtifactIdchannel-artifacts |
Version | Version0.2.3 |
Type | Typepom |
Filename | Size |
---|---|
channel-artifacts-0.2.3.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.2.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.bier/channel-artifacts/
implementation 'org.opendaylight.bier:channel-artifacts:0.2.3'
// https://jarcasting.com/artifacts/org.opendaylight.bier/channel-artifacts/
implementation ("org.opendaylight.bier:channel-artifacts:0.2.3")
'org.opendaylight.bier:channel-artifacts:pom:0.2.3'
<dependency org="org.opendaylight.bier" name="channel-artifacts" rev="0.2.3">
<artifact name="channel-artifacts" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.bier', module='channel-artifacts', version='0.2.3')
)
libraryDependencies += "org.opendaylight.bier" % "channel-artifacts" % "0.2.3"
[org.opendaylight.bier/channel-artifacts "0.2.3"]