GroupId | GroupIdorg.opendaylight.odlparent |
---|---|
ArtifactId | ArtifactIdtest-static |
Version | Version9.0.11 |
Type | Typepom |
Filename | Size |
---|---|
test-static-9.0.11.pom | |
test-static-9.0.11.zip | |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.odlparent/test-static/ -->
<dependency>
<groupId>org.opendaylight.odlparent</groupId>
<artifactId>test-static</artifactId>
<version>9.0.11</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.odlparent/test-static/
implementation 'org.opendaylight.odlparent:test-static:9.0.11'
// https://jarcasting.com/artifacts/org.opendaylight.odlparent/test-static/
implementation ("org.opendaylight.odlparent:test-static:9.0.11")
'org.opendaylight.odlparent:test-static:pom:9.0.11'
<dependency org="org.opendaylight.odlparent" name="test-static" rev="9.0.11">
<artifact name="test-static" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.odlparent', module='test-static', version='9.0.11')
)
libraryDependencies += "org.opendaylight.odlparent" % "test-static" % "9.0.11"
[org.opendaylight.odlparent/test-static "9.0.11"]