aws-app-mesh-spec
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.disneystreaming.smithy</groupId> <artifactId>aws-app-mesh-spec</artifactId> <version>2025.04.08</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>aws-app-mesh-spec</name> <groupId>com.disneystreaming.smithy</groupId> <artifactId>aws-app-mesh-spec</artifactId> <packaging>jar</packaging> <description>Jar containing smithy spec for app-mesh</description> <version>2025.04.08</version> <url>http://github.com/disneystreaming/aws-sdk-smithy-specs</url> <licenses> <license> <name>Apache-2.0</name> <url>https://spdx.org/licenses/Apache-2.0.html</url> <distribution>repo</distribution> </license> </licenses> <scm> <url>https://github.com/disneystreaming/aws-sdk-smithy-specs</url> </scm> <developers> <developer> <id>baccata</id> <name>Olivier Mélois</name> <url>https://github.com/baccata</url> </developer> </developers> <dependencies> <dependency> <groupId>software.amazon.smithy</groupId> <artifactId>smithy-aws-traits</artifactId> <version>1.56.0</version> </dependency> </dependencies> </project>