License |
License |
---|---|
GroupId | GroupIdit.tidalwave.northernwind |
ArtifactId | ArtifactIdnorthernwind |
Last Version | Last Version1.2-ALPHA-8 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionNorthernWind
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
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
northernwind-1.2-ALPHA-8.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/it.tidalwave.northernwind/northernwind/ -->
<dependency>
<groupId>it.tidalwave.northernwind</groupId>
<artifactId>northernwind</artifactId>
<version>1.2-ALPHA-8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/it.tidalwave.northernwind/northernwind/
implementation 'it.tidalwave.northernwind:northernwind:1.2-ALPHA-8'
// https://jarcasting.com/artifacts/it.tidalwave.northernwind/northernwind/
implementation ("it.tidalwave.northernwind:northernwind:1.2-ALPHA-8")
'it.tidalwave.northernwind:northernwind:pom:1.2-ALPHA-8'
<dependency org="it.tidalwave.northernwind" name="northernwind" rev="1.2-ALPHA-8">
<artifact name="northernwind" type="pom" />
</dependency>
@Grapes(
@Grab(group='it.tidalwave.northernwind', module='northernwind', version='1.2-ALPHA-8')
)
libraryDependencies += "it.tidalwave.northernwind" % "northernwind" % "1.2-ALPHA-8"
[it.tidalwave.northernwind/northernwind "1.2-ALPHA-8"]