MVN

it.tidalwave.northernwind : it-tidalwave-northernwind-core-filesystem-scm

Maven & Gradle

Feb 04, 2023
3 usages

NorthernWind :: Filesystems :: SCM · Support classes for SCM filesystems.

<dependency>
    <groupId>it.tidalwave.northernwind</groupId>
    <artifactId>it-tidalwave-northernwind-core-filesystem-scm</artifactId>
    <version>1.2-ALPHA-11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of it.tidalwave.northernwind : it-tidalwave-northernwind-core-filesystem-scm to add to Maven or Gradle - Latest Versions:

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

All Versions

Choose a version of it.tidalwave.northernwind : it-tidalwave-northernwind-core-filesystem-scm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2
it-tidalwave-northernwind-core-filesystem-scm-1.2-ALPHA-11
it-tidalwave-northernwind-core-filesystem-scm-1.2-ALPHA-10
it-tidalwave-northernwind-core-filesystem-scm-1.2-ALPHA-9
it-tidalwave-northernwind-core-filesystem-scm-1.2-ALPHA-8
it-tidalwave-northernwind-core-filesystem-scm-1.2-ALPHA-7
it-tidalwave-northernwind-core-filesystem-scm-1.2-ALPHA-6
it-tidalwave-northernwind-core-filesystem-scm-1.2-ALPHA-5
it-tidalwave-northernwind-core-filesystem-scm-1.2-ALPHA-4
it-tidalwave-northernwind-core-filesystem-scm-1.2-ALPHA-3
it-tidalwave-northernwind-core-filesystem-scm-1.2-ALPHA-2

How to add a dependency to Maven

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

<dependency>
    <groupId>it.tidalwave.northernwind</groupId>
    <artifactId>it-tidalwave-northernwind-core-filesystem-scm</artifactId>
    <version>1.2-ALPHA-11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following it.tidalwave.northernwind : it-tidalwave-northernwind-core-filesystem-scm gradle dependency to your build.gradle file:

implementation 'it.tidalwave.northernwind:it-tidalwave-northernwind-core-filesystem-scm:1.2-ALPHA-11'

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

implementation("it.tidalwave.northernwind:it-tidalwave-northernwind-core-filesystem-scm:1.2-ALPHA-11")

How to add a dependency to SBT Scala

SBT Scala: Add the following it.tidalwave.northernwind : it-tidalwave-northernwind-core-filesystem-scm sbt scala dependency to your build.sbt file:

libraryDependencies += "it.tidalwave.northernwind" % "it-tidalwave-northernwind-core-filesystem-scm" % "1.2-ALPHA-11"

Advertisement