License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdcom.walmartlabs.netscaler.nitro |
ArtifactId | ArtifactIdnitro |
Version | Version11.0 |
Type | Typejar |
Description |
DescriptionNetScaler NITRO API client
The Citrix® NetScaler® NITRO client for Java allows you to configure and monitor the NetScaler appliance programmatically in Java based applications. Source code taken from Build 121 of NetScaler release 10.1
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
nitro-11.0.pom | |
nitro-11.0.jar | 4 MB |
nitro-11.0-sources.jar | 3 MB |
nitro-11.0-javadoc.jar | 14 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.walmartlabs.netscaler.nitro/nitro/ -->
<dependency>
<groupId>com.walmartlabs.netscaler.nitro</groupId>
<artifactId>nitro</artifactId>
<version>11.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.walmartlabs.netscaler.nitro/nitro/
implementation 'com.walmartlabs.netscaler.nitro:nitro:11.0'
// https://jarcasting.com/artifacts/com.walmartlabs.netscaler.nitro/nitro/
implementation ("com.walmartlabs.netscaler.nitro:nitro:11.0")
'com.walmartlabs.netscaler.nitro:nitro:jar:11.0'
<dependency org="com.walmartlabs.netscaler.nitro" name="nitro" rev="11.0">
<artifact name="nitro" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.walmartlabs.netscaler.nitro', module='nitro', version='11.0')
)
libraryDependencies += "com.walmartlabs.netscaler.nitro" % "nitro" % "11.0"
[com.walmartlabs.netscaler.nitro/nitro "11.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.gson : gson | jar | 1.7.1 |
junit : junit | jar | 4.11 |