MVN

cn.wisewe : aspose-shade-ocr

Maven & Gradle

Aug 03, 2022
<dependency>
    <groupId>cn.wisewe</groupId>
    <artifactId>aspose-shade-ocr</artifactId>
    <version>1.1.0-SHANSHOT</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.wisewe : aspose-shade-ocr to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.0-SHANSHOT

All Versions

Choose a version of cn.wisewe : aspose-shade-ocr to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
aspose-shade-ocr-1.1.0-SHANSHOT

How to add a dependency to Maven

Add the following cn.wisewe : aspose-shade-ocr maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.wisewe</groupId>
    <artifactId>aspose-shade-ocr</artifactId>
    <version>1.1.0-SHANSHOT</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.wisewe : aspose-shade-ocr gradle dependency to your build.gradle file:

implementation 'cn.wisewe:aspose-shade-ocr:1.1.0-SHANSHOT'

Gradle Kotlin DSL: Add the following cn.wisewe : aspose-shade-ocr gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.wisewe:aspose-shade-ocr:1.1.0-SHANSHOT")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.wisewe : aspose-shade-ocr sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.wisewe" % "aspose-shade-ocr" % "1.1.0-SHANSHOT"

Advertisement