MVN

it.tidalwave.bluemarine2 : bluemarine2

Maven & Gradle

Apr 10, 2021

blueMarine II · blueMarine II is a media centre based on a semantic database. It is developed on Java 11 and Java FX. It exposes resources via DLNA and REST; it can run on a Raspberry PI and integrated with CEC for being operated with a TV remote. Still at the alpha stage of development, it can be used with some hack to reproduce audio files. The project website is at [http://bluemarine.tidalwave.it](http://bluemarine.tidalwave.it); the developer website is at [http://tidalwave.it/projects/bluemarine2](http://tidalwave.it/projects/bluemarine2).

<dependency>
    <groupId>it.tidalwave.bluemarine2</groupId>
    <artifactId>bluemarine2</artifactId>
    <version>1.1-ALPHA-1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.1-ALPHA-1
  • Latest Alpha: 1.1-ALPHA-1

All Versions

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

Version Vulnerabilities Updated
1.1
bluemarine2-1.1-ALPHA-1
1.0
bluemarine2-1.0-ALPHA-20
bluemarine2-1.0-ALPHA-19
bluemarine2-1.0-ALPHA-18
bluemarine2-1.0-ALPHA-17
bluemarine2-1.0-ALPHA-16
bluemarine2-1.0-ALPHA-15
bluemarine2-1.0-ALPHA-14
bluemarine2-1.0-ALPHA-13
bluemarine2-1.0-ALPHA-12

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>it.tidalwave.bluemarine2</groupId>
    <artifactId>bluemarine2</artifactId>
    <version>1.1-ALPHA-1</version>
</dependency>