| License | 
                License
                                                        Modified MIT                                                 
                             | 
        
|---|---|
| Categories | 
                CategoriesCLI User Interface | 
        
| GroupId | GroupIdorg.iata.ndc | 
    
| ArtifactId | ArtifactIdndc-client | 
    
| Last Version | Last Version0.1.4 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionNDC Client 
            NDC Client for calling services implmenting IATA NDC standard 
         | 
    
| Filename | Size | 
|---|---|
| ndc-client-0.1.4.pom | |
| ndc-client-0.1.4.jar | 14 KB | 
| ndc-client-0.1.4-sources.jar | 8 KB | 
| ndc-client-0.1.4-javadoc.jar | 62 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.iata.ndc/ndc-client/ -->
<dependency>
    <groupId>org.iata.ndc</groupId>
    <artifactId>ndc-client</artifactId>
    <version>0.1.4</version>
</dependency>
                // https://jarcasting.com/artifacts/org.iata.ndc/ndc-client/
implementation 'org.iata.ndc:ndc-client:0.1.4'
                // https://jarcasting.com/artifacts/org.iata.ndc/ndc-client/
implementation ("org.iata.ndc:ndc-client:0.1.4")
                'org.iata.ndc:ndc-client:jar:0.1.4'
                <dependency org="org.iata.ndc" name="ndc-client" rev="0.1.4">
  <artifact name="ndc-client" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.iata.ndc', module='ndc-client', version='0.1.4')
)
                libraryDependencies += "org.iata.ndc" % "ndc-client" % "0.1.4"
                [org.iata.ndc/ndc-client "0.1.4"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.iata.ndc : ndc-jaxb | jar | 0.1.4 | 
| org.apache.httpcomponents : fluent-hc | jar | 4.5.1 | 
| org.slf4j : slf4j-api | jar | 1.7.12 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.slf4j : slf4j-simple | jar | 1.7.12 | 
| junit : junit | jar | 4.12 |