MVN

ir.sotoon.ai : text-recognition-grpc

Maven & Gradle

Aug 11, 2021
1 usages

Text Recognition Grpc · Contains grpc classes

<dependency>
    <groupId>ir.sotoon.ai</groupId>
    <artifactId>text-recognition-grpc</artifactId>
    <version>0.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.0.1

All Versions

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

Version Vulnerabilities Updated
0.0.x
text-recognition-grpc-0.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>ir.sotoon.ai</groupId>
    <artifactId>text-recognition-grpc</artifactId>
    <version>0.0.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'ir.sotoon.ai:text-recognition-grpc:0.0.1'

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

implementation("ir.sotoon.ai:text-recognition-grpc:0.0.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "ir.sotoon.ai" % "text-recognition-grpc" % "0.0.1"

Advertisement