Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.iata.ndc |
ArtifactId | ArtifactIdndc-client |
Version | Version0.1.3 |
Type | Typejar |
Filename | Size |
---|---|
ndc-client-0.1.3.pom | |
ndc-client-0.1.3.jar | 18 KB |
ndc-client-0.1.3-sources.jar | 10 KB |
ndc-client-0.1.3-javadoc.jar | 73 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.iata.ndc/ndc-client/ -->
<dependency>
<groupId>org.iata.ndc</groupId>
<artifactId>ndc-client</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.iata.ndc/ndc-client/
implementation 'org.iata.ndc:ndc-client:0.1.3'
// https://jarcasting.com/artifacts/org.iata.ndc/ndc-client/
implementation ("org.iata.ndc:ndc-client:0.1.3")
'org.iata.ndc:ndc-client:jar:0.1.3'
<dependency org="org.iata.ndc" name="ndc-client" rev="0.1.3">
<artifact name="ndc-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.iata.ndc', module='ndc-client', version='0.1.3')
)
libraryDependencies += "org.iata.ndc" % "ndc-client" % "0.1.3"
[org.iata.ndc/ndc-client "0.1.3"]