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