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