MVN

com.github.nbbrd.sdmx-dl : sdmx-dl-grpc

Maven & Gradle

Jun 02, 2023
3 stars

sdmx-dl-grpc · Download SDMX data - GRPC

<dependency>
    <groupId>com.github.nbbrd.sdmx-dl</groupId>
    <artifactId>sdmx-dl-grpc</artifactId>
    <version>3.0.0-beta.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.nbbrd.sdmx-dl : sdmx-dl-grpc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.0-beta.11
  • Latest Beta: 3.0.0-beta.11

All Versions

Choose a version of com.github.nbbrd.sdmx-dl : sdmx-dl-grpc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
sdmx-dl-grpc-3.0.0-beta.11
sdmx-dl-grpc-3.0.0-beta.10
sdmx-dl-grpc-3.0.0-beta.8
sdmx-dl-grpc-3.0.0-beta.7

How to add a dependency to Maven

Add the following com.github.nbbrd.sdmx-dl : sdmx-dl-grpc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.nbbrd.sdmx-dl</groupId>
    <artifactId>sdmx-dl-grpc</artifactId>
    <version>3.0.0-beta.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.nbbrd.sdmx-dl : sdmx-dl-grpc gradle dependency to your build.gradle file:

implementation 'com.github.nbbrd.sdmx-dl:sdmx-dl-grpc:3.0.0-beta.11'

Gradle Kotlin DSL: Add the following com.github.nbbrd.sdmx-dl : sdmx-dl-grpc gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.nbbrd.sdmx-dl:sdmx-dl-grpc:3.0.0-beta.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.nbbrd.sdmx-dl : sdmx-dl-grpc sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.nbbrd.sdmx-dl" % "sdmx-dl-grpc" % "3.0.0-beta.11"