Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.airlenet.netconf |
ArtifactId | ArtifactIdyang-model |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
yang-model-1.0.0.pom | |
yang-model-1.0.0.jar | 39 KB |
yang-model-1.0.0-sources.jar | 21 KB |
yang-model-1.0.0-javadoc.jar | 152 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.airlenet.netconf/yang-model/ -->
<dependency>
<groupId>com.airlenet.netconf</groupId>
<artifactId>yang-model</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.airlenet.netconf/yang-model/
implementation 'com.airlenet.netconf:yang-model:1.0.0'
// https://jarcasting.com/artifacts/com.airlenet.netconf/yang-model/
implementation ("com.airlenet.netconf:yang-model:1.0.0")
'com.airlenet.netconf:yang-model:jar:1.0.0'
<dependency org="com.airlenet.netconf" name="yang-model" rev="1.0.0">
<artifact name="yang-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.airlenet.netconf', module='yang-model', version='1.0.0')
)
libraryDependencies += "com.airlenet.netconf" % "yang-model" % "1.0.0"
[com.airlenet.netconf/yang-model "1.0.0"]