smithytranslate-openapi_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.disneystreaming.smithy</groupId> <artifactId>smithytranslate-openapi_3</artifactId> <version>0.6.0</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="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <name>smithytranslate-openapi_3</name> <groupId>com.disneystreaming.smithy</groupId> <artifactId>smithytranslate-openapi_3</artifactId> <packaging>jar</packaging> <description>A smithy-translation toolkit</description> <version>0.6.0</version> <url>https://github.com/disneystreaming/smithy-translate</url> <licenses> <license> <name>TOMORROW OPEN SOURCE TECHNOLOGY LICENSE 1.0</name> <url>https://disneystreaming.github.io/TOST-1.0.txt</url> <distribution>repo</distribution> </license> </licenses> <scm> <url>https://github.com/disneystreaming/smithy-translate</url> </scm> <developers> <developer> <id>baccata</id> <name>Olivier Mélois</name> <url>https://github.com/baccata</url> </developer> <developer> <id>lewisjkl</id> <name>Jeff Lewis</name> <url>http://github.com/lewisjkl</url> </developer> <developer> <id>daddykotex</id> <name>David Francoeur</name> <url>http://github.com/daddykotex</url> </developer> <developer> <id>yisraelU</id> <name>Yisrael Union</name> <url>http://github.com/yisraelU</url> </developer> </developers> <dependencies> <dependency> <groupId>io.swagger.parser.v3</groupId> <artifactId>swagger-parser</artifactId> <version>2.1.19</version> </dependency> <dependency> <groupId>org.mozilla</groupId> <artifactId>rhino</artifactId> <version>1.7.14</version> </dependency> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala3-library_3</artifactId> <version>3.3.6</version> </dependency> <dependency> <groupId>com.disneystreaming.smithy</groupId> <artifactId>smithytranslate-compiler-core_3</artifactId> <version>0.6.0</version> </dependency> </dependencies> </project>