openapi-generator/samples/client/petstore/java/retrofit2rx2
2017-11-16 17:09:59 +08:00
..
.swagger-codegen Merge remote-tracking branch 'origin/master' into 2.3.0 2017-07-01 15:47:27 +08:00
docs update circleci to cover java google-api client, update Java petstore 2017-11-03 18:49:32 +08:00
gradle/wrapper update retrofit2 dependencies (#5235) 2017-03-28 18:50:24 +08:00
src Fix #6166 by adding @Deprecated annotations in Java jersey2, okhttp-gson, resteasy libraries (#6801) 2017-10-25 11:10:03 +08:00
.gitignore update retrofit2 dependencies (#5235) 2017-03-28 18:50:24 +08:00
.swagger-codegen-ignore update retrofit2 dependencies (#5235) 2017-03-28 18:50:24 +08:00
.travis.yml update retrofit2 dependencies (#5235) 2017-03-28 18:50:24 +08:00
build.gradle Fix #6166 by adding @Deprecated annotations in Java jersey2, okhttp-gson, resteasy libraries (#6801) 2017-10-25 11:10:03 +08:00
build.sbt Fix #6166 by adding @Deprecated annotations in Java jersey2, okhttp-gson, resteasy libraries (#6801) 2017-10-25 11:10:03 +08:00
git_push.sh update java petstore samples 2017-11-16 17:09:59 +08:00
gradle.properties update retrofit2 dependencies (#5235) 2017-03-28 18:50:24 +08:00
gradlew [Java] MIME type "*/*" default to JSON (#6188) 2017-07-27 11:36:29 +08:00
gradlew.bat update retrofit2 dependencies (#5235) 2017-03-28 18:50:24 +08:00
pom.xml Fix #6166 by adding @Deprecated annotations in Java jersey2, okhttp-gson, resteasy libraries (#6801) 2017-10-25 11:10:03 +08:00
README.md update retrofit2 dependencies (#5235) 2017-03-28 18:50:24 +08:00
settings.gradle update retrofit2 dependencies (#5235) 2017-03-28 18:50:24 +08:00

swagger-petstore-retrofit2-rx2

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>io.swagger</groupId>
    <artifactId>swagger-petstore-retrofit2-rx2</artifactId>
    <version>1.0.0</version>
    <scope>compile</scope>
</dependency>

Author

apiteam@swagger.io