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