MVN

com.astrepid : okapi-tracking-api

Maven & Gradle

May 29, 2023

Okapi Tracking API · A simple and resilient wrapper library for the new state-owned French logistical carrier parcels and mail tracking API (LaPoste/Okapi — v2)

<dependency>
    <groupId>com.astrepid</groupId>
    <artifactId>okapi-tracking-api</artifactId>
    <version>0.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.astrepid : okapi-tracking-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.3

All Versions

Choose a version of com.astrepid : okapi-tracking-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
okapi-tracking-api-0.0.3
okapi-tracking-api-0.0.2
okapi-tracking-api-0.0.1

How to add a dependency to Maven

Add the following com.astrepid : okapi-tracking-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.astrepid</groupId>
    <artifactId>okapi-tracking-api</artifactId>
    <version>0.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.astrepid : okapi-tracking-api gradle dependency to your build.gradle file:

implementation 'com.astrepid:okapi-tracking-api:0.0.3'

Gradle Kotlin DSL: Add the following com.astrepid : okapi-tracking-api gradle kotlin dependency to your build.gradle.kts file:

implementation("com.astrepid:okapi-tracking-api:0.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.astrepid : okapi-tracking-api sbt scala dependency to your build.sbt file:

libraryDependencies += "com.astrepid" % "okapi-tracking-api" % "0.0.3"