b

bluehour

[![Build Status](https://drone.io/bitbucket.org/tidalwave/bluehour-src/status.png)](https://drone.io/bitbucket.org/tidalwave/bluehour-src/latest) blueHour is a small application for accounting and invoicing. Still under development in the early stage.
http://bluehour.tidalwave.it
Files download
File Operation
bluehour-1.0-ALPHA-3.pom download
Apache Maven
<dependency>
  <groupId>it.tidalwave.accounting</groupId>
  <artifactId>bluehour</artifactId>
  <version>1.0-ALPHA-3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'it.tidalwave.accounting:bluehour:1.0-ALPHA-3'
Gradle Kotlin
implementation("it.tidalwave.accounting:bluehour:1.0-ALPHA-3")
Scala SBT
libraryDependencies += "it.tidalwave.accounting" % "bluehour" % "1.0-ALPHA-3"
Groovy Grape
@Grapes(
  @Grab(group='it.tidalwave.accounting', module='bluehour', version='1.0-ALPHA-3')
)
Apache Ivy
<dependency org="it.tidalwave.accounting" name="bluehour" rev="1.0-ALPHA-3" />
Leiningen
[it.tidalwave.accounting/bluehour "1.0-ALPHA-3"]
Apache Buildr
'it.tidalwave.accounting:bluehour:jar:1.0-ALPHA-3'