openapi-parser_2.10
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.lightbend.lagom</groupId>
<artifactId>openapi-parser_2.10</artifactId>
<version>0.0.2</version>
</dependency><?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>com.lightbend.lagom</groupId>
<artifactId>openapi-parser_2.10</artifactId>
<packaging>jar</packaging>
<description>openapi-parser</description>
<url>https://github.com/lagom/sbt-lagom-descriptor-generator</url>
<version>0.0.2</version>
<licenses>
<license>
<name>Apache-2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>openapi-parser</name>
<organization>
<name>com.lightbend.lagom</name>
<url>https://github.com/lagom/sbt-lagom-descriptor-generator</url>
</organization>
<scm>
<url>https://github.com/lagom/sbt-lagom-descriptor-generator</url>
<connection>scm:git:git@github.com:lagom/sbt-lagom-descriptor-generator.git</connection>
</scm>
<developers>
<developer>
<id>lagom</id>
<name>Lagom Contributors</name>
<url>https://github.com/lagom</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.10.6</version>
</dependency>
<dependency>
<groupId>com.lightbend.lagom</groupId>
<artifactId>lagom-descriptor-generator-api_2.10</artifactId>
<version>0.0.2</version>
</dependency>
<dependency>
<groupId>io.swagger</groupId>
<artifactId>swagger-parser</artifactId>
<version>1.0.28</version>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.10</artifactId>
<version>3.0.1</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>