| License |
License |
|---|---|
| GroupId | GroupIdcom.celeral |
| ArtifactId | ArtifactIdjnc |
| Last Version | Last Version1.2.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJNC
JNC (Java NETCONF Client) is the name of a Java library for communicating with NETCONF agents.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| jnc-1.2.0.pom | |
| jnc-1.2.0.jar | 144 KB |
| jnc-1.2.0-sources.jar | 114 KB |
| jnc-1.2.0-javadoc.jar | 808 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.celeral/jnc/ -->
<dependency>
<groupId>com.celeral</groupId>
<artifactId>jnc</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.celeral/jnc/
implementation 'com.celeral:jnc:1.2.0'
// https://jarcasting.com/artifacts/com.celeral/jnc/
implementation ("com.celeral:jnc:1.2.0")
'com.celeral:jnc:jar:1.2.0'
<dependency org="com.celeral" name="jnc" rev="1.2.0">
<artifact name="jnc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.celeral', module='jnc', version='1.2.0')
)
libraryDependencies += "com.celeral" % "jnc" % "1.2.0"
[com.celeral/jnc "1.2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| ch.ethz.ganymed : ganymed-ssh2 | jar | 262 |
| org.apache.logging.log4j : log4j-api | jar | 2.13.3 |