Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.github.nbbrd.sdmx-dl |
ArtifactId | ArtifactIdsdmx-dl-provider-ri |
Version | Version3.0.0-beta.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.nbbrd.sdmx-dl/sdmx-dl-provider-ri/ -->
<dependency>
<groupId>com.github.nbbrd.sdmx-dl</groupId>
<artifactId>sdmx-dl-provider-ri</artifactId>
<version>3.0.0-beta.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nbbrd.sdmx-dl/sdmx-dl-provider-ri/
implementation 'com.github.nbbrd.sdmx-dl:sdmx-dl-provider-ri:3.0.0-beta.3'
// https://jarcasting.com/artifacts/com.github.nbbrd.sdmx-dl/sdmx-dl-provider-ri/
implementation ("com.github.nbbrd.sdmx-dl:sdmx-dl-provider-ri:3.0.0-beta.3")
'com.github.nbbrd.sdmx-dl:sdmx-dl-provider-ri:jar:3.0.0-beta.3'
<dependency org="com.github.nbbrd.sdmx-dl" name="sdmx-dl-provider-ri" rev="3.0.0-beta.3">
<artifact name="sdmx-dl-provider-ri" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nbbrd.sdmx-dl', module='sdmx-dl-provider-ri', version='3.0.0-beta.3')
)
libraryDependencies += "com.github.nbbrd.sdmx-dl" % "sdmx-dl-provider-ri" % "3.0.0-beta.3"
[com.github.nbbrd.sdmx-dl/sdmx-dl-provider-ri "3.0.0-beta.3"]