MVN

org.objectweb.howl : howl

Maven & Gradle

Jun 15, 2006
42 usages

HOWL logger · 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.

<dependency>
    <groupId>org.objectweb.howl</groupId>
    <artifactId>howl</artifactId>
    <version>1.0.1-1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.objectweb.howl : howl to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1-1

All Versions

Choose a version of org.objectweb.howl : howl to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
howl-1.0.1-1

How to add a dependency to Maven

Add the following org.objectweb.howl : howl maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.objectweb.howl</groupId>
    <artifactId>howl</artifactId>
    <version>1.0.1-1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.objectweb.howl : howl gradle dependency to your build.gradle file:

implementation 'org.objectweb.howl:howl:1.0.1-1'

Gradle Kotlin DSL: Add the following org.objectweb.howl : howl gradle kotlin dependency to your build.gradle.kts file:

implementation("org.objectweb.howl:howl:1.0.1-1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.objectweb.howl : howl sbt scala dependency to your build.sbt file:

libraryDependencies += "org.objectweb.howl" % "howl" % "1.0.1-1"

Advertisement

Dependencies from Group

Jun 15, 2006
42 usages

Discover Dependencies

Sep 20, 2005
7 usages
Feb 14, 2006
50 usages
Feb 23, 2011
107 usages
Jan 17, 2006
29 usages
Sep 20, 2005
3 usages
Jul 17, 2013
3 usages
45 stars
Oct 18, 2013
1 usages
17 stars