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