MVN

com.azure : azure-ai-vision-common-internal

Maven & Gradle

Sep 07, 2023
66 stars

Azure AI Vision SDK for Java - Common Internal Components · Common internal components required by Azure AI Vision SDK to provide access to native implementation (Java JRE and Java Android). See https://aka.ms/azaivision for more information on Azure AI Vision SDK.

<dependency>
    <groupId>com.azure</groupId>
    <artifactId>azure-ai-vision-common-internal</artifactId>
    <version>0.15.1-beta.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.azure : azure-ai-vision-common-internal to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.15.1-beta.1
  • Latest Beta: 0.15.1-beta.1

All Versions

Choose a version of com.azure : azure-ai-vision-common-internal to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.15.x
azure-ai-vision-common-internal-0.15.1-beta.1

How to add a dependency to Maven

Add the following com.azure : azure-ai-vision-common-internal maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.azure</groupId>
    <artifactId>azure-ai-vision-common-internal</artifactId>
    <version>0.15.1-beta.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.azure : azure-ai-vision-common-internal gradle dependency to your build.gradle file:

implementation 'com.azure:azure-ai-vision-common-internal:0.15.1-beta.1'

Gradle Kotlin DSL: Add the following com.azure : azure-ai-vision-common-internal gradle kotlin dependency to your build.gradle.kts file:

implementation("com.azure:azure-ai-vision-common-internal:0.15.1-beta.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.azure : azure-ai-vision-common-internal sbt scala dependency to your build.sbt file:

libraryDependencies += "com.azure" % "azure-ai-vision-common-internal" % "0.15.1-beta.1"

Advertisement