MVN

nl.reinkrul.nuts : java-client

Maven & Gradle

Jun 12, 2023
1 stars

Java Nuts Client Library · Java client library for using the Nuts Node's REST API.

<dependency>
    <groupId>nl.reinkrul.nuts</groupId>
    <artifactId>java-client</artifactId>
    <version>5.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of nl.reinkrul.nuts : java-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.3.0
  • Latest Release Candidate: 5.3.0-rc.2

All Versions

Choose a version of nl.reinkrul.nuts : java-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.3.x
java-client-5.3.0
java-client-5.3.0-rc.2
java-client-5.3.0-rc.1
5.2.x
java-client-5.2.0-rc.1
5.0.x
java-client-5.0.1
java-client-5.0.0
4.0.x
java-client-4.0.2
java-client-4.0.1
java-client-4.0.0
3.0.x
java-client-3.0.0
1.0.x
java-client-1.0.3
java-client-1.0.2
java-client-1.0.1
java-client-1.0.0
0.1.x
java-client-0.1.1
java-client-0.1.0
0.0.x
java-client-0.0.1

How to add a dependency to Maven

Add the following nl.reinkrul.nuts : java-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>nl.reinkrul.nuts</groupId>
    <artifactId>java-client</artifactId>
    <version>5.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following nl.reinkrul.nuts : java-client gradle dependency to your build.gradle file:

implementation 'nl.reinkrul.nuts:java-client:5.3.0'

Gradle Kotlin DSL: Add the following nl.reinkrul.nuts : java-client gradle kotlin dependency to your build.gradle.kts file:

implementation("nl.reinkrul.nuts:java-client:5.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following nl.reinkrul.nuts : java-client sbt scala dependency to your build.sbt file:

libraryDependencies += "nl.reinkrul.nuts" % "java-client" % "5.3.0"