MVN

cz.pumpitup.pn5 : ocr-remote-client

Maven & Gradle

Aug 21, 2022
1 usages
<dependency>
    <groupId>cz.pumpitup.pn5</groupId>
    <artifactId>ocr-remote-client</artifactId>
    <version>0.5.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cz.pumpitup.pn5 : ocr-remote-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.16

All Versions

Choose a version of cz.pumpitup.pn5 : ocr-remote-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
ocr-remote-client-0.5.16
ocr-remote-client-0.5.14
ocr-remote-client-0.5.13
ocr-remote-client-0.5.12
ocr-remote-client-0.5.11
ocr-remote-client-0.5.10
ocr-remote-client-0.5.9
ocr-remote-client-0.5.8
ocr-remote-client-0.5.7
ocr-remote-client-0.5.6
ocr-remote-client-0.5.5
ocr-remote-client-0.5.4
ocr-remote-client-0.5.3
ocr-remote-client-0.5.2
ocr-remote-client-0.5.1
ocr-remote-client-0.5.0
0.4.x
ocr-remote-client-0.4.35
ocr-remote-client-0.4.34
ocr-remote-client-0.4.33
ocr-remote-client-0.4.32
ocr-remote-client-0.4.31
ocr-remote-client-0.4.30
ocr-remote-client-0.4.29
ocr-remote-client-0.4.28
ocr-remote-client-0.4.27
ocr-remote-client-0.4.26
ocr-remote-client-0.4.25
ocr-remote-client-0.4.24
ocr-remote-client-0.4.23
ocr-remote-client-0.4.22
ocr-remote-client-0.4.21
ocr-remote-client-0.4.20
ocr-remote-client-0.4.19
ocr-remote-client-0.4.18
ocr-remote-client-0.4.17
ocr-remote-client-0.4.16
ocr-remote-client-0.4.15
ocr-remote-client-0.4.14
ocr-remote-client-0.4.13
ocr-remote-client-0.4.10

How to add a dependency to Maven

Add the following cz.pumpitup.pn5 : ocr-remote-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cz.pumpitup.pn5</groupId>
    <artifactId>ocr-remote-client</artifactId>
    <version>0.5.16</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cz.pumpitup.pn5 : ocr-remote-client gradle dependency to your build.gradle file:

implementation 'cz.pumpitup.pn5:ocr-remote-client:0.5.16'

Gradle Kotlin DSL: Add the following cz.pumpitup.pn5 : ocr-remote-client gradle kotlin dependency to your build.gradle.kts file:

implementation("cz.pumpitup.pn5:ocr-remote-client:0.5.16")

How to add a dependency to SBT Scala

SBT Scala: Add the following cz.pumpitup.pn5 : ocr-remote-client sbt scala dependency to your build.sbt file:

libraryDependencies += "cz.pumpitup.pn5" % "ocr-remote-client" % "0.5.16"

Advertisement