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