Jérémie Bresson 1e5e1d4458 Prepare 3.0.1-SNAPSHOT (#195)
* Restore version to 3.0.0-SNAPSHOT

* Set version to 3.0.1-SNAPSHOT

* Run ensure-up-to-date

* Remove duplicated version declaration
2018-06-02 10:57:33 +08:00
..
2018-05-08 16:44:51 +08:00
2018-05-08 16:44:51 +08:00
2015-11-10 03:20:49 +01:00
2016-10-12 15:48:34 +08:00
2018-04-24 09:51:50 +02:00
2018-05-09 07:45:53 +02:00

petstore-retrofit2

Requirements

Building the API client library requires Maven to be installed.

Installation & Usage

To install the API client library to your local Maven repository, simply execute:

mvn install

To deploy it to a remote Maven repository instead, configure the settings of the repository and execute:

mvn deploy

Refer to the official documentation for more information.

After the client library is installed/deployed, you can use it in your Maven project by adding the following to your pom.xml:

<dependency>
    <groupId>org.openapitools</groupId>
    <artifactId>petstore-retrofit2</artifactId>
    <version>1.0.0</version>
    <scope>compile</scope>
</dependency>

Author