MVN

de.guerda.colormatcher : colormatcher

Maven & Gradle

Aug 14, 2016

ColorMatcher · This project helps to match colors to each other with the help of a simple neural network. Additionally you can use it to extract dominant colors from an image.

<dependency>
    <groupId>de.guerda.colormatcher</groupId>
    <artifactId>colormatcher</artifactId>
    <version>0.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.guerda.colormatcher : colormatcher to add to Maven - Latest Versions:

  • Latest Stable: 0.0.6

All Versions

Choose a version of de.guerda.colormatcher : colormatcher to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
colormatcher-0.0.6

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>de.guerda.colormatcher</groupId>
    <artifactId>colormatcher</artifactId>
    <version>0.0.6</version>
</dependency>

Advertisement