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