Download jnc-1.0.jar file

Introduction

You can download jnc-1.0.jar in this page.

License

Apache License, Version 2.0

Type List

jnc-1.0.jar file has the following types.

META-INF/MANIFEST.MF
com.tailf.jnc.Attribute.class
com.tailf.jnc.Capabilities.class
com.tailf.jnc.ConfigurationMergeHandler.class
com.tailf.jnc.DefaultIOSubscriber.class
com.tailf.jnc.Device.class
com.tailf.jnc.DeviceUser.class
com.tailf.jnc.DummyElement.class
com.tailf.jnc.Element.class
com.tailf.jnc.ElementChildrenIterator.class
com.tailf.jnc.ElementHandler.class
com.tailf.jnc.ElementLeafListValueIterator.class
com.tailf.jnc.IOSubscriber.class
com.tailf.jnc.JNCException.class
com.tailf.jnc.Leaf.class
com.tailf.jnc.NetconfSession.class
com.tailf.jnc.NodeSet.class
com.tailf.jnc.Path.class
com.tailf.jnc.PathCreate.class
com.tailf.jnc.Prefix.class
com.tailf.jnc.PrefixMap.class
com.tailf.jnc.RevisionInfo.class
com.tailf.jnc.RpcError.class
com.tailf.jnc.SSHConnection.class
com.tailf.jnc.SSHSession.class
com.tailf.jnc.SchemaNode.class
com.tailf.jnc.SchemaParser.class
com.tailf.jnc.SchemaTree.class
com.tailf.jnc.Tagpath.class
com.tailf.jnc.Transport.class
com.tailf.jnc.Utils.class
com.tailf.jnc.XMLParser.class
com.tailf.jnc.YangBaseInt.class
com.tailf.jnc.YangBaseString.class
com.tailf.jnc.YangBaseType.class
com.tailf.jnc.YangBinary.class
com.tailf.jnc.YangBits.class
com.tailf.jnc.YangBoolean.class
com.tailf.jnc.YangDecimal64.class
com.tailf.jnc.YangElement.class
com.tailf.jnc.YangEmpty.class
com.tailf.jnc.YangEnumeration.class
com.tailf.jnc.YangException.class
com.tailf.jnc.YangIdentityref.class
com.tailf.jnc.YangInt16.class
com.tailf.jnc.YangInt32.class
com.tailf.jnc.YangInt64.class
com.tailf.jnc.YangInt8.class
com.tailf.jnc.YangString.class
com.tailf.jnc.YangType.class
com.tailf.jnc.YangUInt16.class
com.tailf.jnc.YangUInt32.class
com.tailf.jnc.YangUInt64.class
com.tailf.jnc.YangUInt8.class
com.tailf.jnc.YangUnion.class
com.tailf.jnc.YangXMLParser.class

Pom

jnc-1.0.pom file content.

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>

  <groupId>org.onosproject</groupId> <!-- FIXME -->
  <artifactId>jnc</artifactId>
  <version>1.0</version> <!-- FIXME -->
  <packaging>jar</packaging>

  <name>JNC</name>
  <description>JNC (Java NETCONF Client) is the name of a Java library for communicating with NETCONF agents.</description>
  <url>https://github.com/tail-f-systems/JNC</url>

  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>http://apache.org/licenses/LICENSE-2.0</url>
      <distribution>repo</distribution>
    </license>
  </licenses>

  <developers>
    <developer>
      <organization>Tail-f Systems</organization>
      <organizationUrl>http://www.tail-f.com/</organizationUrl>
    </developer>
  </developers>

  <scm>
    <connection>scm:git:git@github.com:tail-f-systems/JNC.git</connection>
    <developerConnection>scm:git:git@github.com:tail-f-systems/JNC.git</developerConnection>
    <url>git@github.com:tail-f-systems/JNC.git</url>
  </scm>

  <dependencies>
    <dependency>
      <groupId>ch.ethz.ganymed</groupId>
      <artifactId>ganymed-ssh2</artifactId>
      <version>262</version>
    </dependency>
  </dependencies>

</project>

POM Entry

<dependency>
   <groupId>org.onosproject</groupId>
   <artifactId>jnc</artifactId>
   <version>1.0</version>
</dependency>

Download

If you think the following jnc-1.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download jnc-1.0.jar file




PreviousNext

Related