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