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