Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.opendaylight.of-config |
ArtifactId | ArtifactIdintegrationtest |
Version | Version1.1.0-Boron |
Type | Typejar |
Filename | Size |
---|---|
integrationtest-1.1.0-Boron.pom | |
integrationtest-1.1.0-Boron.jar | 8 KB |
integrationtest-1.1.0-Boron-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.1.0-Boron</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.of-config/integrationtest/
implementation 'org.opendaylight.of-config:integrationtest:1.1.0-Boron'
// https://jarcasting.com/artifacts/org.opendaylight.of-config/integrationtest/
implementation ("org.opendaylight.of-config:integrationtest:1.1.0-Boron")
'org.opendaylight.of-config:integrationtest:jar:1.1.0-Boron'
<dependency org="org.opendaylight.of-config" name="integrationtest" rev="1.1.0-Boron">
<artifact name="integrationtest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.of-config', module='integrationtest', version='1.1.0-Boron')
)
libraryDependencies += "org.opendaylight.of-config" % "integrationtest" % "1.1.0-Boron"
[org.opendaylight.of-config/integrationtest "1.1.0-Boron"]