| GroupId | GroupIdio.lighty.modules.gnmi |
|---|---|
| ArtifactId | ArtifactIdlighty-gnmi-commons |
| Version | Version14.2.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| lighty-gnmi-commons-14.2.0.pom | |
| lighty-gnmi-commons-14.2.0.jar | 11 KB |
| lighty-gnmi-commons-14.2.0-sources.jar | 7 KB |
| lighty-gnmi-commons-14.2.0-javadoc.jar | 403 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.lighty.modules.gnmi/lighty-gnmi-commons/ -->
<dependency>
<groupId>io.lighty.modules.gnmi</groupId>
<artifactId>lighty-gnmi-commons</artifactId>
<version>14.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.lighty.modules.gnmi/lighty-gnmi-commons/
implementation 'io.lighty.modules.gnmi:lighty-gnmi-commons:14.2.0'
// https://jarcasting.com/artifacts/io.lighty.modules.gnmi/lighty-gnmi-commons/
implementation ("io.lighty.modules.gnmi:lighty-gnmi-commons:14.2.0")
'io.lighty.modules.gnmi:lighty-gnmi-commons:jar:14.2.0'
<dependency org="io.lighty.modules.gnmi" name="lighty-gnmi-commons" rev="14.2.0">
<artifact name="lighty-gnmi-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.lighty.modules.gnmi', module='lighty-gnmi-commons', version='14.2.0')
)
libraryDependencies += "io.lighty.modules.gnmi" % "lighty-gnmi-commons" % "14.2.0"
[io.lighty.modules.gnmi/lighty-gnmi-commons "14.2.0"]