MVN

com.citrix.netscaler.nitro : nitro

Maven & Gradle

Nov 22, 2013
2 stars

NetScaler 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

<dependency>
    <groupId>com.citrix.netscaler.nitro</groupId>
    <artifactId>nitro</artifactId>
    <version>10.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.citrix.netscaler.nitro : nitro to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 10.1

All Versions

Choose a version of com.citrix.netscaler.nitro : nitro to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
10.1
nitro-10.1
10.0.x
nitro-10.0.e

How to add a dependency to Maven

Add the following com.citrix.netscaler.nitro : nitro maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.citrix.netscaler.nitro</groupId>
    <artifactId>nitro</artifactId>
    <version>10.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.citrix.netscaler.nitro : nitro gradle dependency to your build.gradle file:

implementation 'com.citrix.netscaler.nitro:nitro:10.1'

Gradle Kotlin DSL: Add the following com.citrix.netscaler.nitro : nitro gradle kotlin dependency to your build.gradle.kts file:

implementation("com.citrix.netscaler.nitro:nitro:10.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.citrix.netscaler.nitro : nitro sbt scala dependency to your build.sbt file:

libraryDependencies += "com.citrix.netscaler.nitro" % "nitro" % "10.1"

Advertisement