MVN

it.tidalwave.solidblue2 : solidblue2-main

Maven & Gradle

Feb 20, 2019

SolidBlue2 - Main

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

Latest Version

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

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

All Versions

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

Version Vulnerabilities Updated
1.0
solidblue2-main-1.0-ALPHA-8
solidblue2-main-1.0-ALPHA-7
solidblue2-main-1.0-ALPHA-6
solidblue2-main-1.0-ALPHA-5

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following it.tidalwave.solidblue2 : solidblue2-main gradle dependency to your build.gradle file:

implementation 'it.tidalwave.solidblue2:solidblue2-main:1.0-ALPHA-8'

Gradle Kotlin DSL: Add the following it.tidalwave.solidblue2 : solidblue2-main gradle kotlin dependency to your build.gradle.kts file:

implementation("it.tidalwave.solidblue2:solidblue2-main:1.0-ALPHA-8")

How to add a dependency to SBT Scala

SBT Scala: Add the following it.tidalwave.solidblue2 : solidblue2-main sbt scala dependency to your build.sbt file:

libraryDependencies += "it.tidalwave.solidblue2" % "solidblue2-main" % "1.0-ALPHA-8"