MVN

it.tidalwave.northernwind : northernwind

Maven & Gradle

Feb 04, 2023
1 usages

NorthernWind · NorthernWind is a lightweight CMS that uses a plain filesystem as its storage. It provides versioning by means of a distributed SCM such as Git or Mercurial. Please see the project website for more information: http://northernwind.tidalwave.it A few examples of websites running on NorthernWind: * http://stoppingdown.net * http://tidalwave.it

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

Latest Version

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

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

All Versions

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

Version Vulnerabilities Updated
1.2
northernwind-1.2-ALPHA-11
northernwind-1.2-ALPHA-10
northernwind-1.2-ALPHA-9
northernwind-1.2-ALPHA-8
northernwind-1.2-ALPHA-7
northernwind-1.2-ALPHA-6
northernwind-1.2-ALPHA-5
northernwind-1.2-ALPHA-4
northernwind-1.2-ALPHA-3
northernwind-1.2-ALPHA-2
1.1
northernwind-1.1-ALPHA-47
northernwind-1.1-ALPHA-46
northernwind-1.1-ALPHA-45
northernwind-1.1-ALPHA-44
northernwind-1.1-ALPHA-43
northernwind-1.1-ALPHA-42
northernwind-1.1-ALPHA-41
northernwind-1.1-ALPHA-40
northernwind-1.1-ALPHA-39
northernwind-1.1-ALPHA-38
northernwind-1.1-ALPHA-37
northernwind-1.1-ALPHA-36
northernwind-1.1-ALPHA-35

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

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