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