is not current version
Last Version 0.1.4

org.iata.ndc:ndc-client 0.1.2

NDC Client for calling services implmenting IATA NDC standard

Categories

Categories

CLI User Interface
GroupId

GroupId

org.iata.ndc
ArtifactId

ArtifactId

ndc-client
Version

Version

0.1.2
Type

Type

jar

Download ndc-client 0.1.2


<!-- https://jarcasting.com/artifacts/org.iata.ndc/ndc-client/ -->
<dependency>
    <groupId>org.iata.ndc</groupId>
    <artifactId>ndc-client</artifactId>
    <version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.iata.ndc/ndc-client/
implementation 'org.iata.ndc:ndc-client:0.1.2'
// https://jarcasting.com/artifacts/org.iata.ndc/ndc-client/
implementation ("org.iata.ndc:ndc-client:0.1.2")
'org.iata.ndc:ndc-client:jar:0.1.2'
<dependency org="org.iata.ndc" name="ndc-client" rev="0.1.2">
  <artifact name="ndc-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.iata.ndc', module='ndc-client', version='0.1.2')
)
libraryDependencies += "org.iata.ndc" % "ndc-client" % "0.1.2"
[org.iata.ndc/ndc-client "0.1.2"]