Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 528 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 528 Bytes

Yangkit-data-api

overview

Yangkit-data-api provide the APIs to access or manipulate the YANG data .

Features

  • The APIs to access YANG data.
  • The APIs to manipulate the YANG data(e.g. create/delete/modify YANG data).

Installation

add the maven dependency to your pom.xml

    <dependency>
        <groupId>io.github.yang-central.yangkit</groupId>
        <artifactId>yangkit-data-api</artifactId>
        <version>1.0.0</version>
    </dependency>

Documentation

Javadoc