License |
License
BSD
|
---|---|
GroupId | GroupIdorg.objectweb.howl |
ArtifactId | ArtifactIdhowl |
Last Version | Last Version1.0.1-1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHOWL 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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
howl-1.0.1-1.pom | |
howl-1.0.1-1.jar | 78 KB |
howl-1.0.1-1-sources.jar | 572 KB |
howl-1.0.1-1-javadoc.jar | 146 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.objectweb.howl/howl/ -->
<dependency>
<groupId>org.objectweb.howl</groupId>
<artifactId>howl</artifactId>
<version>1.0.1-1</version>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.howl/howl/
implementation 'org.objectweb.howl:howl:1.0.1-1'
// https://jarcasting.com/artifacts/org.objectweb.howl/howl/
implementation ("org.objectweb.howl:howl:1.0.1-1")
'org.objectweb.howl:howl:jar:1.0.1-1'
<dependency org="org.objectweb.howl" name="howl" rev="1.0.1-1">
<artifact name="howl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.howl', module='howl', version='1.0.1-1')
)
libraryDependencies += "org.objectweb.howl" % "howl" % "1.0.1-1"
[org.objectweb.howl/howl "1.0.1-1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |