Last Version

com.credibledoc:combiner-parent 1.0.0

A simple library for merging log files with different format of lines timestamps to a single file or InputStream with lines sorted by timestamps.

License

License

GroupId

GroupId

com.credibledoc
ArtifactId

ArtifactId

combiner-parent
Version

Version

1.0.0
Type

Type

pom
Description

Description

com.credibledoc:combiner-parent
A simple library for merging log files with different format of lines timestamps to a single file or InputStream with lines sorted by timestamps.

Download combiner-parent 1.0.0


<!-- https://jarcasting.com/artifacts/com.credibledoc/combiner-parent/ -->
<dependency>
    <groupId>com.credibledoc</groupId>
    <artifactId>combiner-parent</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.credibledoc/combiner-parent/
implementation 'com.credibledoc:combiner-parent:1.0.0'
// https://jarcasting.com/artifacts/com.credibledoc/combiner-parent/
implementation ("com.credibledoc:combiner-parent:1.0.0")
'com.credibledoc:combiner-parent:pom:1.0.0'
<dependency org="com.credibledoc" name="combiner-parent" rev="1.0.0">
  <artifact name="combiner-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.credibledoc', module='combiner-parent', version='1.0.0')
)
libraryDependencies += "com.credibledoc" % "combiner-parent" % "1.0.0"
[com.credibledoc/combiner-parent "1.0.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • log-combiner-core
  • log-combiner
  • log-combiner-doc