is not current version
Last Version 1.2.0

com.celeral:jnc 1.1.0

JNC (Java NETCONF Client) is the name of a Java library for communicating with NETCONF agents.

GroupId

GroupId

com.celeral
ArtifactId

ArtifactId

jnc
Version

Version

1.1.0
Type

Type

jar

Download jnc 1.1.0


<!-- https://jarcasting.com/artifacts/com.celeral/jnc/ -->
<dependency>
    <groupId>com.celeral</groupId>
    <artifactId>jnc</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.celeral/jnc/
implementation 'com.celeral:jnc:1.1.0'
// https://jarcasting.com/artifacts/com.celeral/jnc/
implementation ("com.celeral:jnc:1.1.0")
'com.celeral:jnc:jar:1.1.0'
<dependency org="com.celeral" name="jnc" rev="1.1.0">
  <artifact name="jnc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.celeral', module='jnc', version='1.1.0')
)
libraryDependencies += "com.celeral" % "jnc" % "1.1.0"
[com.celeral/jnc "1.1.0"]