azure-autorest-extension
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.azure.tools</groupId> <artifactId>azure-autorest-extension</artifactId> <version>1.0.0-beta.5</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright (c) Microsoft Corporation. All rights reserved. --> <!-- Licensed under the MIT License. --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.azure.tools</groupId> <artifactId>azure-autorest-parent</artifactId> <version>1.0.0-beta.5</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>com.azure.tools</groupId> <artifactId>azure-autorest-extension</artifactId> <version>1.0.0-beta.5</version> <name>Microsoft Azure AutoRest for Java Extension</name> <description>This module contains the base classes an utilities needed for writing an AutoRest extension in Java.</description> <url>https://github.com/Azure/autorest.java</url> <dependencies> <dependency> <groupId>org.yaml</groupId> <artifactId>snakeyaml</artifactId> <version>2.0</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> <version>2.13.5</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>2.13.5</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.36</version> </dependency> </dependencies> </project>