MVN

it.tidalwave.solidblue : solidblue-macosx-embedded-jre

Maven & Gradle

Mar 22, 2014
1 usages

SolidBlue - Installer, Mac OS X with embedded JRE · This module creates a Mac OS X application bundle with an embedded JRE.

<dependency>
    <groupId>it.tidalwave.solidblue</groupId>
    <artifactId>solidblue-macosx-embedded-jre</artifactId>
    <version>1.0-ALPHA-15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of it.tidalwave.solidblue : solidblue-macosx-embedded-jre to add to Maven or Gradle - Latest Versions:

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

All Versions

Choose a version of it.tidalwave.solidblue : solidblue-macosx-embedded-jre to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
solidblue-macosx-embedded-jre-1.0-ALPHA-15
solidblue-macosx-embedded-jre-1.0-ALPHA-14
solidblue-macosx-embedded-jre-1.0-ALPHA-13
solidblue-macosx-embedded-jre-1.0-ALPHA-12
solidblue-macosx-embedded-jre-1.0-ALPHA-11
solidblue-macosx-embedded-jre-1.0-ALPHA-10
solidblue-macosx-embedded-jre-1.0-ALPHA-9
solidblue-macosx-embedded-jre-1.0-ALPHA-8

How to add a dependency to Maven

Add the following it.tidalwave.solidblue : solidblue-macosx-embedded-jre maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>it.tidalwave.solidblue</groupId>
    <artifactId>solidblue-macosx-embedded-jre</artifactId>
    <version>1.0-ALPHA-15</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following it.tidalwave.solidblue : solidblue-macosx-embedded-jre gradle dependency to your build.gradle file:

implementation 'it.tidalwave.solidblue:solidblue-macosx-embedded-jre:1.0-ALPHA-15'

Gradle Kotlin DSL: Add the following it.tidalwave.solidblue : solidblue-macosx-embedded-jre gradle kotlin dependency to your build.gradle.kts file:

implementation("it.tidalwave.solidblue:solidblue-macosx-embedded-jre:1.0-ALPHA-15")

How to add a dependency to SBT Scala

SBT Scala: Add the following it.tidalwave.solidblue : solidblue-macosx-embedded-jre sbt scala dependency to your build.sbt file:

libraryDependencies += "it.tidalwave.solidblue" % "solidblue-macosx-embedded-jre" % "1.0-ALPHA-15"