License |
License |
---|---|
GroupId | GroupIdorg.opendaylight.coretutorials |
ArtifactId | ArtifactIdbinding2-prototype-example |
Last Version | Last Version2.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionbinding2-prototype-example
Opendaylight MD-SAL Binding specification v2 example. Based on given
YANG files in src/main/yang and upon a standard Maven build, it runs transformation
process via yang-maven-plugin and mdsal-binding2-maven-api-gen-plugin to generate
Java binding v2 source code in target folder.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.opendaylight.coretutorials/binding2-prototype-example/ -->
<dependency>
<groupId>org.opendaylight.coretutorials</groupId>
<artifactId>binding2-prototype-example</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.coretutorials/binding2-prototype-example/
implementation 'org.opendaylight.coretutorials:binding2-prototype-example:2.2.0'
// https://jarcasting.com/artifacts/org.opendaylight.coretutorials/binding2-prototype-example/
implementation ("org.opendaylight.coretutorials:binding2-prototype-example:2.2.0")
'org.opendaylight.coretutorials:binding2-prototype-example:jar:2.2.0'
<dependency org="org.opendaylight.coretutorials" name="binding2-prototype-example" rev="2.2.0">
<artifact name="binding2-prototype-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.coretutorials', module='binding2-prototype-example', version='2.2.0')
)
libraryDependencies += "org.opendaylight.coretutorials" % "binding2-prototype-example" % "2.2.0"
[org.opendaylight.coretutorials/binding2-prototype-example "2.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.opendaylight.mdsal : mdsal-binding2-spec | jar | 0.10.2-Carbon |
org.opendaylight.mdsal.model : yang-ext | jar | 2013.09.07.9-Boron |
org.opendaylight.mdsal : mdsal-binding2-generator-impl | jar | 0.10.2-Carbon |
org.opendaylight.yangtools : yang-parser-impl | jar | 1.1.2-Carbon |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.21 |
com.google.code.findbugs : annotations | jar | 3.0.0 |
com.google.code.findbugs : jsr305 | jar | 3.0.0 |
org.eclipse.jdt : org.eclipse.jdt.annotation | jar | 2.0.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.slf4j : slf4j-simple | jar | 1.7.21 |