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