| License |
License |
|---|---|
| GroupId | GroupIdcom.mfizz |
| ArtifactId | ArtifactIdmfz-binlog |
| Last Version | Last Version2.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionmfz-binlog
Java framework for writing and reading binary structured logs
|
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| mfz-binlog-2.1.0.pom | |
| mfz-binlog-2.1.0.jar | 99 KB |
| mfz-binlog-2.1.0-sources.jar | 71 KB |
| mfz-binlog-2.1.0-javadoc.jar | 374 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.mfizz/mfz-binlog/ -->
<dependency>
<groupId>com.mfizz</groupId>
<artifactId>mfz-binlog</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.mfizz/mfz-binlog/
implementation 'com.mfizz:mfz-binlog:2.1.0'
// https://jarcasting.com/artifacts/com.mfizz/mfz-binlog/
implementation ("com.mfizz:mfz-binlog:2.1.0")
'com.mfizz:mfz-binlog:jar:2.1.0'
<dependency org="com.mfizz" name="mfz-binlog" rev="2.1.0">
<artifact name="mfz-binlog" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mfizz', module='mfz-binlog', version='2.1.0')
)
libraryDependencies += "com.mfizz" % "mfz-binlog" % "2.1.0"
[com.mfizz/mfz-binlog "2.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | [1.5.0,) |
| joda-time : joda-time | jar | [1.6,) |
| com.mfizz : mfz-util | jar | 1.1.0 |
| com.google.protobuf : protobuf-java | jar | 2.4.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | [4.0,) |
| ch.qos.logback : logback-core | jar | [0.9,) |
| ch.qos.logback : logback-classic | jar | [0.9,) |
| com.esotericsoftware.kryo : kryo | jar | [2.0,) |