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