MVN

it.tidalwave.solidblue2 : solidblue2

Maven & Gradle

Feb 20, 2019

SolidBlue2 · This project is a tiny utility to compute fingerprints of files. It is mainly used as the reference code for a series of posts about Java 8 lambda programming, starting at: http://tidalwave.it/fabrizio/blog/java-8-parallelism-exercise-part-i/ But it can also be used as a working tool.

<dependency>
    <groupId>it.tidalwave.solidblue2</groupId>
    <artifactId>solidblue2</artifactId>
    <version>1.0-ALPHA-8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of it.tidalwave.solidblue2 : solidblue2 to add to Maven - Latest Versions:

  • Latest Stable: 1.0-ALPHA-8
  • Latest Alpha: 1.0-ALPHA-8

All Versions

Choose a version of it.tidalwave.solidblue2 : solidblue2 to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
solidblue2-1.0-ALPHA-8
solidblue2-1.0-ALPHA-7
solidblue2-1.0-ALPHA-6
solidblue2-1.0-ALPHA-5
solidblue2-1.0-ALPHA-4
solidblue2-1.0-ALPHA-3
solidblue2-1.0-ALPHA-2
solidblue2-1.0-ALPHA-1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>it.tidalwave.solidblue2</groupId>
    <artifactId>solidblue2</artifactId>
    <version>1.0-ALPHA-8</version>
</dependency>