MVN

org.openimaj : tld

Maven & Gradle

Feb 09, 2020

OpenIMAJ TLD tracker · A port of Georg Nebehay's tracker https://github.com/gnebehay/OpenTLD originally created by Zdenek Kalal https://github.com/zk00006/OpenTLD

<dependency>
    <groupId>org.openimaj</groupId>
    <artifactId>tld</artifactId>
    <version>1.3.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.openimaj : tld to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.10

All Versions

Choose a version of org.openimaj : tld to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
tld-1.3.10
tld-1.3.9
tld-1.3.8
tld-1.3.7
tld-1.3.6
tld-1.3.5
tld-1.3.1
1.3
tld-1.3

How to add a dependency to Maven

Add the following org.openimaj : tld maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.openimaj</groupId>
    <artifactId>tld</artifactId>
    <version>1.3.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.openimaj : tld gradle dependency to your build.gradle file:

implementation 'org.openimaj:tld:1.3.10'

Gradle Kotlin DSL: Add the following org.openimaj : tld gradle kotlin dependency to your build.gradle.kts file:

implementation("org.openimaj:tld:1.3.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.openimaj : tld sbt scala dependency to your build.sbt file:

libraryDependencies += "org.openimaj" % "tld" % "1.3.10"

Advertisement

Dependencies from Group

Feb 09, 2020
45 usages
Feb 09, 2020
34 usages
Feb 09, 2020
29 usages
Feb 09, 2020
29 usages
Feb 09, 2020
27 usages

Discover Dependencies

Feb 09, 2020
24 usages
Feb 09, 2020
29 usages
Feb 09, 2020
45 usages
Feb 09, 2020
11 usages
Feb 09, 2020
Feb 09, 2020
4 usages
Dec 20, 2017
6 usages
1 stars