MVN

it.tidalwave.northernwind.rca : it-tidalwave-northernwind-model-core-stripped

Maven & Gradle

Mar 25, 2021
4 usages

Zephyr - Core Implementation Stripped · This module contains a stripped subset of the default core implementation. Classes here should be probably put in a public *.spi package in Core.

<dependency>
    <groupId>it.tidalwave.northernwind.rca</groupId>
    <artifactId>it-tidalwave-northernwind-model-core-stripped</artifactId>
    <version>1.2-ALPHA-3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of it.tidalwave.northernwind.rca : it-tidalwave-northernwind-model-core-stripped to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2-ALPHA-3
  • Latest Alpha: 1.2-ALPHA-3

All Versions

Choose a version of it.tidalwave.northernwind.rca : it-tidalwave-northernwind-model-core-stripped to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2
it-tidalwave-northernwind-model-core-stripped-1.2-ALPHA-3
it-tidalwave-northernwind-model-core-stripped-1.2-ALPHA-2
it-tidalwave-northernwind-model-core-stripped-1.2-ALPHA-1
1.1
it-tidalwave-northernwind-model-core-stripped-1.1-ALPHA-17
it-tidalwave-northernwind-model-core-stripped-1.1-ALPHA-16
it-tidalwave-northernwind-model-core-stripped-1.1-ALPHA-15
it-tidalwave-northernwind-model-core-stripped-1.1-ALPHA-14
it-tidalwave-northernwind-model-core-stripped-1.1-ALPHA-13
it-tidalwave-northernwind-model-core-stripped-1.1-ALPHA-12
it-tidalwave-northernwind-model-core-stripped-1.1-ALPHA-11
it-tidalwave-northernwind-model-core-stripped-1.1-ALPHA-10
it-tidalwave-northernwind-model-core-stripped-1.1-ALPHA-9
it-tidalwave-northernwind-model-core-stripped-1.1-ALPHA-8
it-tidalwave-northernwind-model-core-stripped-1.1-ALPHA-7
it-tidalwave-northernwind-model-core-stripped-1.1-ALPHA-6
it-tidalwave-northernwind-model-core-stripped-1.1-ALPHA-5
it-tidalwave-northernwind-model-core-stripped-1.1-ALPHA-3
it-tidalwave-northernwind-model-core-stripped-1.1-ALPHA-2
it-tidalwave-northernwind-model-core-stripped-1.1-ALPHA-1
1.0
it-tidalwave-northernwind-model-core-stripped-1.0-ALPHA-2
it-tidalwave-northernwind-model-core-stripped-1.0-ALPHA-1

How to add a dependency to Maven

Add the following it.tidalwave.northernwind.rca : it-tidalwave-northernwind-model-core-stripped maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>it.tidalwave.northernwind.rca</groupId>
    <artifactId>it-tidalwave-northernwind-model-core-stripped</artifactId>
    <version>1.2-ALPHA-3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following it.tidalwave.northernwind.rca : it-tidalwave-northernwind-model-core-stripped gradle dependency to your build.gradle file:

implementation 'it.tidalwave.northernwind.rca:it-tidalwave-northernwind-model-core-stripped:1.2-ALPHA-3'

Gradle Kotlin DSL: Add the following it.tidalwave.northernwind.rca : it-tidalwave-northernwind-model-core-stripped gradle kotlin dependency to your build.gradle.kts file:

implementation("it.tidalwave.northernwind.rca:it-tidalwave-northernwind-model-core-stripped:1.2-ALPHA-3")

How to add a dependency to SBT Scala

SBT Scala: Add the following it.tidalwave.northernwind.rca : it-tidalwave-northernwind-model-core-stripped sbt scala dependency to your build.sbt file:

libraryDependencies += "it.tidalwave.northernwind.rca" % "it-tidalwave-northernwind-model-core-stripped" % "1.2-ALPHA-3"