| License | License | 
|---|---|
| Categories | CategoriesORM Data | 
| GroupId | GroupIdde.guerda.colormatcher | 
| ArtifactId | ArtifactIdcolormatcher-core | 
| Last Version | Last Version0.0.6 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionColormatcher Core Core library to extract dominant colors and match them. Include this if you want to use colormatcher in your project | 
| Filename | Size | 
|---|---|
| colormatcher-core-0.0.6.pom | |
| colormatcher-core-0.0.6.jar | 11 KB | 
| colormatcher-core-0.0.6-sources.jar | 10 KB | 
| colormatcher-core-0.0.6-javadoc.jar | 70 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/de.guerda.colormatcher/colormatcher-core/ -->
<dependency>
    <groupId>de.guerda.colormatcher</groupId>
    <artifactId>colormatcher-core</artifactId>
    <version>0.0.6</version>
</dependency>// https://jarcasting.com/artifacts/de.guerda.colormatcher/colormatcher-core/
implementation 'de.guerda.colormatcher:colormatcher-core:0.0.6'// https://jarcasting.com/artifacts/de.guerda.colormatcher/colormatcher-core/
implementation ("de.guerda.colormatcher:colormatcher-core:0.0.6")'de.guerda.colormatcher:colormatcher-core:jar:0.0.6'<dependency org="de.guerda.colormatcher" name="colormatcher-core" rev="0.0.6">
  <artifact name="colormatcher-core" type="jar" />
</dependency>@Grapes(
@Grab(group='de.guerda.colormatcher', module='colormatcher-core', version='0.0.6')
)libraryDependencies += "de.guerda.colormatcher" % "colormatcher-core" % "0.0.6"[de.guerda.colormatcher/colormatcher-core "0.0.6"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.12 | 
| org.encog : encog-core | jar | 3.3.0 | 
| com.google.guava : guava | jar | 19.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 |