File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
trackingmore-gradle-example
src/main/java/com/trackingmore/maven/example/airWaybill Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ repositories {
1212dependencies {
1313 testImplementation ' org.junit.jupiter:junit-jupiter-api:5.8.1'
1414 testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.8.1'
15- implementation ' io.github.trackingmores:trackingmore-sdk-java:1.0.0 '
15+ implementation ' io.github.trackingmores:trackingmore-sdk-java:1.0.1 '
1616}
1717
1818test {
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ public static void main(String[] args) {
2323 System .out .println (airWaybills );
2424 System .out .println (airWaybills .getAwbNumber ());
2525 System .out .println (airWaybills .getAirlineInfo ().getName ());
26+ System .out .println (airWaybills .getFlightInfo ().get ("TK0721" ).getDepartStation ());
2627 }
2728
2829 } catch (TrackingMoreException e ) {
You can’t perform that action at this time.
0 commit comments