MVN

com.networknt : client

Maven & Gradle

Aug 17, 2023
88 usages
3.4k stars

A client module that is used by API consumer to call an API or from an API calling another API.

<dependency>
    <groupId>com.networknt</groupId>
    <artifactId>client</artifactId>
    <version>2.1.26</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.networknt : client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.26
  • Latest Beta: 2.0.0-BETA2

All Versions

Choose a version of com.networknt : client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
client-2.1.26
client-2.1.25
client-2.1.24
client-2.1.23
client-2.1.22
client-2.1.21
client-2.1.20
client-2.1.19
client-2.1.18
client-2.1.16
client-2.1.15
client-2.1.14
client-2.1.13
client-2.1.12
client-2.1.11
client-2.1.10
client-2.1.9
client-2.1.8
client-2.1.7
client-2.1.6
client-2.1.5
client-2.1.4
client-2.1.3
client-2.1.2
client-2.1.1
client-2.1.0
2.0.x
client-2.0.32
client-2.0.31
client-2.0.30
client-2.0.29
client-2.0.28
client-2.0.27
client-2.0.26
client-2.0.25
client-2.0.24
client-2.0.23
client-2.0.22
client-2.0.21
client-2.0.20
client-2.0.19
client-2.0.18
client-2.0.17
client-2.0.16
client-2.0.15
client-2.0.14
client-2.0.13
client-2.0.12
client-2.0.11
client-2.0.10
client-2.0.9
client-2.0.8
client-2.0.7
client-2.0.6
client-2.0.5
client-2.0.4
client-2.0.3
client-2.0.2
client-2.0.1
client-2.0.0
client-2.0.0-BETA2
1.6.x
client-1.6.45
client-1.6.44
client-1.6.43
client-1.6.42
client-1.6.41
client-1.6.40
client-1.6.39
client-1.6.38
client-1.6.37
client-1.6.36
client-1.6.35
client-1.6.34
client-1.6.33
client-1.6.32
client-1.6.30
client-1.6.29
client-1.6.28
client-1.6.27
client-1.6.26
client-1.6.25
client-1.6.24
client-1.6.23
client-1.6.22
client-1.6.21
client-1.6.20
client-1.6.19
client-1.6.18
client-1.6.17
client-1.6.16
client-1.6.14
client-1.6.13
client-1.6.12
client-1.6.11
client-1.6.10
client-1.6.9
client-1.6.8
client-1.6.7
client-1.6.6
client-1.6.5
client-1.6.4
client-1.6.3
client-1.6.2
client-1.6.1
client-1.6.0
1.5.x
client-1.5.34
client-1.5.33
client-1.5.32
client-1.5.31
client-1.5.30
client-1.5.29
client-1.5.28
client-1.5.27
client-1.5.26
client-1.5.25
client-1.5.24
client-1.5.23
client-1.5.22
client-1.5.21
client-1.5.20
client-1.5.19
client-1.5.18
client-1.5.17
client-1.5.16
client-1.5.15
client-1.5.14
client-1.5.13
client-1.5.12
client-1.5.11
client-1.5.10
client-1.5.9
client-1.5.8
client-1.5.7
client-1.5.6
client-1.5.5
client-1.5.4
client-1.5.3
client-1.5.2
client-1.5.1
client-1.5.0
1.4.x
client-1.4.6
client-1.4.5
client-1.4.4
client-1.4.3
client-1.4.2
client-1.4.1
client-1.4.0
1.3.x
client-1.3.5
client-1.3.4
client-1.3.3
client-1.3.2
client-1.3.1
client-1.3.0
1.2.x
client-1.2.8
client-1.2.7
client-1.2.6
client-1.2.5
client-1.2.4
client-1.2.3
client-1.2.2
client-1.2.1
client-1.2.0
1.1.x
client-1.1.8
client-1.1.7
client-1.1.6
client-1.1.5
client-1.1.4
client-1.1.3
client-1.1.2
client-1.1.1
client-1.1.0
1.0.x
client-1.0.2
client-1.0.1
client-1.0.0
0.1.x
client-0.1.9
client-0.1.8
client-0.1.7
client-0.1.6
client-0.1.5
client-0.1.4
client-0.1.3
client-0.1.2
client-0.1.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.networknt</groupId>
    <artifactId>client</artifactId>
    <version>2.1.26</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.networknt : client gradle dependency to your build.gradle file:

implementation 'com.networknt:client:2.1.26'

Gradle Kotlin DSL: Add the following com.networknt : client gradle kotlin dependency to your build.gradle.kts file:

implementation("com.networknt:client:2.1.26")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.networknt : client sbt scala dependency to your build.sbt file:

libraryDependencies += "com.networknt" % "client" % "2.1.26"

Advertisement

Dependencies from Group

Jul 05, 2023
183 usages
763 stars
Aug 17, 2023
137 usages
3.4k stars
Aug 17, 2023
97 usages
3.4k stars
Aug 17, 2023
88 usages
3.4k stars
Aug 17, 2023
75 usages
3.4k stars

Discover Dependencies

Aug 15, 2023
188 usages
12.9k stars
Apr 15, 2022
83 usages
10.6k stars
Aug 14, 2023
83 usages
810 stars
Oct 16, 2021
402 usages
0 stars
Dec 17, 2019
76 usages
4.6k stars
Sep 14, 2017
67 usages
657 stars
Feb 18, 2020
141 usages
Feb 08, 2020
65 usages
2.4k stars
Aug 15, 2023
196 usages
12.9k stars