MVN

ir.sotoon.ai : asr-grpc

Maven & Gradle

Aug 11, 2021
1 usages

Text Recognition Grpc · Contains grpc classes

<dependency>
    <groupId>ir.sotoon.ai</groupId>
    <artifactId>asr-grpc</artifactId>
    <version>0.6.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ir.sotoon.ai : asr-grpc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.7

All Versions

Choose a version of ir.sotoon.ai : asr-grpc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
asr-grpc-0.6.7

How to add a dependency to Maven

Add the following ir.sotoon.ai : asr-grpc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ir.sotoon.ai</groupId>
    <artifactId>asr-grpc</artifactId>
    <version>0.6.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ir.sotoon.ai : asr-grpc gradle dependency to your build.gradle file:

implementation 'ir.sotoon.ai:asr-grpc:0.6.7'

Gradle Kotlin DSL: Add the following ir.sotoon.ai : asr-grpc gradle kotlin dependency to your build.gradle.kts file:

implementation("ir.sotoon.ai:asr-grpc:0.6.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following ir.sotoon.ai : asr-grpc sbt scala dependency to your build.sbt file:

libraryDependencies += "ir.sotoon.ai" % "asr-grpc" % "0.6.7"

Advertisement