Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.opendaylight.topoprocessing |
ArtifactId | ArtifactIdtopoprocessing-config |
Version | Version0.0.1-Lithium |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.opendaylight.topoprocessing/topoprocessing-config/ -->
<dependency>
<groupId>org.opendaylight.topoprocessing</groupId>
<artifactId>topoprocessing-config</artifactId>
<version>0.0.1-Lithium</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.topoprocessing/topoprocessing-config/
implementation 'org.opendaylight.topoprocessing:topoprocessing-config:0.0.1-Lithium'
// https://jarcasting.com/artifacts/org.opendaylight.topoprocessing/topoprocessing-config/
implementation ("org.opendaylight.topoprocessing:topoprocessing-config:0.0.1-Lithium")
'org.opendaylight.topoprocessing:topoprocessing-config:jar:0.0.1-Lithium'
<dependency org="org.opendaylight.topoprocessing" name="topoprocessing-config" rev="0.0.1-Lithium">
<artifact name="topoprocessing-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.topoprocessing', module='topoprocessing-config', version='0.0.1-Lithium')
)
libraryDependencies += "org.opendaylight.topoprocessing" % "topoprocessing-config" % "0.0.1-Lithium"
[org.opendaylight.topoprocessing/topoprocessing-config "0.0.1-Lithium"]