Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.opendaylight.of-config |
ArtifactId | ArtifactIdintegrationtest |
Version | Version1.4.0 |
Type | Typejar |
Filename | Size |
---|---|
integrationtest-1.4.0.pom | |
integrationtest-1.4.0.jar | 8 KB |
integrationtest-1.4.0-tests.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.of-config/integrationtest/ -->
<dependency>
<groupId>org.opendaylight.of-config</groupId>
<artifactId>integrationtest</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.of-config/integrationtest/
implementation 'org.opendaylight.of-config:integrationtest:1.4.0'
// https://jarcasting.com/artifacts/org.opendaylight.of-config/integrationtest/
implementation ("org.opendaylight.of-config:integrationtest:1.4.0")
'org.opendaylight.of-config:integrationtest:jar:1.4.0'
<dependency org="org.opendaylight.of-config" name="integrationtest" rev="1.4.0">
<artifact name="integrationtest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.of-config', module='integrationtest', version='1.4.0')
)
libraryDependencies += "org.opendaylight.of-config" % "integrationtest" % "1.4.0"
[org.opendaylight.of-config/integrationtest "1.4.0"]