openapi-generator/samples/client/petstore/java/retrofit2-play24
2017-04-07 07:35:47 +08:00
..
docs Updating all samples (except feign) (#5281) 2017-04-02 17:01:15 +08:00
gradle/wrapper [Java] Play! Framework 2.4 WS client support + retrofit2 (#4270) 2016-12-14 17:32:49 +08:00
src Updated CallAdapter & CallAdapterFactory for retrofit 2.2.0 (#5345) 2017-04-07 07:35:47 +08:00
.gitignore [Java] Play! Framework 2.4 WS client support + retrofit2 (#4270) 2016-12-14 17:32:49 +08:00
.swagger-codegen-ignore [Java] Play! Framework 2.4 WS client support + retrofit2 (#4270) 2016-12-14 17:32:49 +08:00
.travis.yml [Java] Play! Framework 2.4 WS client support + retrofit2 (#4270) 2016-12-14 17:32:49 +08:00
build.gradle [Java][Retrofit2] update gradle, sbt build file with latest dependencies (#5238) 2017-03-28 21:05:12 +08:00
build.sbt [Java][Retrofit2] update gradle, sbt build file with latest dependencies (#5238) 2017-03-28 21:05:12 +08:00
git_push.sh [Java] Play! Framework 2.4 WS client support + retrofit2 (#4270) 2016-12-14 17:32:49 +08:00
gradle.properties [Java] Play! Framework 2.4 WS client support + retrofit2 (#4270) 2016-12-14 17:32:49 +08:00
gradlew [Java] Play! Framework 2.4 WS client support + retrofit2 (#4270) 2016-12-14 17:32:49 +08:00
gradlew.bat [Java] Play! Framework 2.4 WS client support + retrofit2 (#4270) 2016-12-14 17:32:49 +08:00
pom.xml Updated CallAdapter & CallAdapterFactory for retrofit 2.2.0 (#5345) 2017-04-07 07:35:47 +08:00
README.md [Java] Play! Framework 2.4 WS client support + retrofit2 (#4270) 2016-12-14 17:32:49 +08:00
settings.gradle [Java] Play! Framework 2.4 WS client support + retrofit2 (#4270) 2016-12-14 17:32:49 +08:00

swagger-java-client

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-java-client</artifactId>
    <version>1.0.0</version>
    <scope>compile</scope>
</dependency>

Author

apiteam@swagger.io