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