Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 549 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 549 Bytes

WildFly Swarm - Swagger

Build Status

This repository contains both the Swagger Adapter and the Swagger Web-App fractions.

Adapter

<dependency>
  <groupId>org.wildfly.swarm</groupId>
  <artifactId>swagger-adapter</artifactId>
</dependency>

Web-App

<dependency>
  <groupId>org.wildfly.swarm</groupId>
  <artifactId>swagger-webapp</artifactId>
</dependency>