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