h

howl

HOWL is a logger implementation providing features required by the JOTM project. HOWL uses unformatted binary logs to maximize performance and specifies a journalization API with methods necessary to support JOTM recovery operations.
http://forge.objectweb.org/projects/howl/
BSD
ObjectWeb HOWL
Michael Giroux David Jencks
Files download
File Operation
howl-1.0.1-1.jar download
howl-1.0.1-1.pom download
howl-1.0.1-1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.objectweb.howl</groupId>
  <artifactId>howl</artifactId>
  <version>1.0.1-1</version>
</dependency>
Gradle Groovy
implementation 'org.objectweb.howl:howl:1.0.1-1'
Gradle Kotlin
implementation("org.objectweb.howl:howl:1.0.1-1")
Scala SBT
libraryDependencies += "org.objectweb.howl" % "howl" % "1.0.1-1"
Groovy Grape
@Grapes(
  @Grab(group='org.objectweb.howl', module='howl', version='1.0.1-1')
)
Apache Ivy
<dependency org="org.objectweb.howl" name="howl" rev="1.0.1-1" />
Leiningen
[org.objectweb.howl/howl "1.0.1-1"]
Apache Buildr
'org.objectweb.howl:howl:jar:1.0.1-1'
Dependencies