GroupId | GroupIdorg.opendaylight.odlparent |
---|---|
ArtifactId | ArtifactIdodlparent |
Version | Version1.5.1-Lithium-SR1 |
Type | Typepom |
Filename | Size |
---|---|
odlparent-1.5.1-Lithium-SR1.pom | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.odlparent/odlparent/ -->
<dependency>
<groupId>org.opendaylight.odlparent</groupId>
<artifactId>odlparent</artifactId>
<version>1.5.1-Lithium-SR1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.odlparent/odlparent/
implementation 'org.opendaylight.odlparent:odlparent:1.5.1-Lithium-SR1'
// https://jarcasting.com/artifacts/org.opendaylight.odlparent/odlparent/
implementation ("org.opendaylight.odlparent:odlparent:1.5.1-Lithium-SR1")
'org.opendaylight.odlparent:odlparent:pom:1.5.1-Lithium-SR1'
<dependency org="org.opendaylight.odlparent" name="odlparent" rev="1.5.1-Lithium-SR1">
<artifact name="odlparent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.odlparent', module='odlparent', version='1.5.1-Lithium-SR1')
)
libraryDependencies += "org.opendaylight.odlparent" % "odlparent" % "1.5.1-Lithium-SR1"
[org.opendaylight.odlparent/odlparent "1.5.1-Lithium-SR1"]