smithytranslate-transitive_2.13
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.disneystreaming.smithy</groupId>
<artifactId>smithytranslate-transitive_2.13</artifactId>
<version>0.5.8</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-transitive_2.13</name>
<groupId>io.github.disneystreaming.smithy</groupId>
<artifactId>smithytranslate-transitive_2.13</artifactId>
<packaging>jar</packaging>
<description>A smithy-translation toolkit</description>
<version>0.5.8</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>software.amazon.smithy</groupId>
<artifactId>smithy-model</artifactId>
<version>1.49.0</version>
</dependency>
<dependency>
<groupId>software.amazon.smithy</groupId>
<artifactId>smithy-build</artifactId>
<version>1.49.0</version>
</dependency>
<dependency>
<groupId>org.scala-lang.modules</groupId>
<artifactId>scala-collection-compat_2.13</artifactId>
<version>2.11.0</version>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.13.12</version>
</dependency>
</dependencies>
</project>