MVN

org.openimaj : thirdparty

Maven & Gradle

Feb 09, 2020

OpenIMAJ Third Party Ported Libraries · Useful third-party libraries (possibly originally written in other languages) that have been ported to Java and integrated with OpenIMAJ. Not all modules have the same license.

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

Latest Version

Choose a version of org.openimaj : thirdparty to add to Maven - Latest Versions:

  • Latest Stable: 1.3.10

All Versions

Choose a version of org.openimaj : thirdparty to add to Maven - All Versions:

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

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

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

Advertisement