is not current version
Last Version 4.0.0

org.opendaylight.infrautils:parent 1.7.0


GroupId

GroupId

org.opendaylight.infrautils
ArtifactId

ArtifactId

parent
Version

Version

1.7.0
Type

Type

pom

Download parent 1.7.0

Filename Size
parent-1.7.0.pom 9 KB
Browse

<!-- https://jarcasting.com/artifacts/org.opendaylight.infrautils/parent/ -->
<dependency>
    <groupId>org.opendaylight.infrautils</groupId>
    <artifactId>parent</artifactId>
    <version>1.7.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.infrautils/parent/
implementation 'org.opendaylight.infrautils:parent:1.7.0'
// https://jarcasting.com/artifacts/org.opendaylight.infrautils/parent/
implementation ("org.opendaylight.infrautils:parent:1.7.0")
'org.opendaylight.infrautils:parent:pom:1.7.0'
<dependency org="org.opendaylight.infrautils" name="parent" rev="1.7.0">
  <artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.infrautils', module='parent', version='1.7.0')
)
libraryDependencies += "org.opendaylight.infrautils" % "parent" % "1.7.0"
[org.opendaylight.infrautils/parent "1.7.0"]