is not current version
Last Version 4.0.0

org.opendaylight.infrautils:parent 1.9.3


GroupId

GroupId

org.opendaylight.infrautils
ArtifactId

ArtifactId

parent
Version

Version

1.9.3
Type

Type

pom

Download parent 1.9.3

Filename Size
parent-1.9.3.pom 8 KB
Browse

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