is not current version
Last Version 1.2-ALPHA-8

it.tidalwave.northernwind:northernwind 1.1-ALPHA-38

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://northernwind.tidalwave.it * http://tidalwave.it

GroupId

GroupId

it.tidalwave.northernwind
ArtifactId

ArtifactId

northernwind
Version

Version

1.1-ALPHA-38
Type

Type

pom

Download northernwind 1.1-ALPHA-38


<!-- https://jarcasting.com/artifacts/it.tidalwave.northernwind/northernwind/ -->
<dependency>
    <groupId>it.tidalwave.northernwind</groupId>
    <artifactId>northernwind</artifactId>
    <version>1.1-ALPHA-38</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/it.tidalwave.northernwind/northernwind/
implementation 'it.tidalwave.northernwind:northernwind:1.1-ALPHA-38'
// https://jarcasting.com/artifacts/it.tidalwave.northernwind/northernwind/
implementation ("it.tidalwave.northernwind:northernwind:1.1-ALPHA-38")
'it.tidalwave.northernwind:northernwind:pom:1.1-ALPHA-38'
<dependency org="it.tidalwave.northernwind" name="northernwind" rev="1.1-ALPHA-38">
  <artifact name="northernwind" type="pom" />
</dependency>
@Grapes(
@Grab(group='it.tidalwave.northernwind', module='northernwind', version='1.1-ALPHA-38')
)
libraryDependencies += "it.tidalwave.northernwind" % "northernwind" % "1.1-ALPHA-38"
[it.tidalwave.northernwind/northernwind "1.1-ALPHA-38"]