azure-toolkit-cognitiveservices-lib
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.microsoft.azure</groupId> <artifactId>azure-toolkit-cognitiveservices-lib</artifactId> <version>0.52.2</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <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"> <parent> <groupId>com.microsoft.azure</groupId> <artifactId>azure-toolkit-libs</artifactId> <version>0.52.2</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>com.microsoft.azure</groupId> <artifactId>azure-toolkit-cognitiveservices-lib</artifactId> <version>0.52.2</version> <properties> <maven.compiler.source>8</maven.compiler.source> <maven.compiler.target>8</maven.compiler.target> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> <dependencies> <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-collections4</artifactId> </dependency> <!-- Azure Toolkit Libs --> <dependency> <groupId>com.microsoft.azure</groupId> <artifactId>azure-toolkit-common-lib</artifactId> </dependency> <dependency> <groupId>com.microsoft.azure</groupId> <artifactId>azure-toolkit-auth-lib</artifactId> </dependency> <!-- Azure Resource Management Sdk --> <dependency> <groupId>com.azure.resourcemanager</groupId> <artifactId>azure-resourcemanager-cognitiveservices</artifactId> </dependency> <!-- Azure Data Management Sdk --> <dependency> <groupId>com.azure</groupId> <artifactId>azure-ai-openai</artifactId> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>aspectj-maven-plugin</artifactId> </plugin> </plugins> </build> </project>