Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdio.lighty.models |
ArtifactId | ArtifactIdopenconfig-models |
Version | Version15.3.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.lighty.models/openconfig-models/ -->
<dependency>
<groupId>io.lighty.models</groupId>
<artifactId>openconfig-models</artifactId>
<version>15.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.lighty.models/openconfig-models/
implementation 'io.lighty.models:openconfig-models:15.3.0'
// https://jarcasting.com/artifacts/io.lighty.models/openconfig-models/
implementation ("io.lighty.models:openconfig-models:15.3.0")
'io.lighty.models:openconfig-models:jar:15.3.0'
<dependency org="io.lighty.models" name="openconfig-models" rev="15.3.0">
<artifact name="openconfig-models" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.lighty.models', module='openconfig-models', version='15.3.0')
)
libraryDependencies += "io.lighty.models" % "openconfig-models" % "15.3.0"
[io.lighty.models/openconfig-models "15.3.0"]