Last Version

Autolog core module 1.2.0

Core module for automatic logging in Java applications

License

License

Categories

Categories

Auto Application Layer Libs Code Generators
GroupId

GroupId

com.github.maximevw
ArtifactId

ArtifactId

autolog-core
Version

Version

1.2.0
Type

Type

jar
Description

Description

Autolog core module
Core module for automatic logging in Java applications
Project Organization

Project Organization

Maxime WIEWIORA

Download autolog-core 1.2.0


<!-- https://jarcasting.com/artifacts/com.github.maximevw/autolog-core/ -->
<dependency>
    <groupId>com.github.maximevw</groupId>
    <artifactId>autolog-core</artifactId>
    <version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.maximevw/autolog-core/
implementation 'com.github.maximevw:autolog-core:1.2.0'
// https://jarcasting.com/artifacts/com.github.maximevw/autolog-core/
implementation ("com.github.maximevw:autolog-core:1.2.0")
'com.github.maximevw:autolog-core:jar:1.2.0'
<dependency org="com.github.maximevw" name="autolog-core" rev="1.2.0">
  <artifact name="autolog-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.maximevw', module='autolog-core', version='1.2.0')
)
libraryDependencies += "com.github.maximevw" % "autolog-core" % "1.2.0"
[com.github.maximevw/autolog-core "1.2.0"]

Dependencies

compile (14)

Group / Artifact Type Version
org.apache.commons : commons-lang3 jar 3.11
com.fasterxml.jackson.core : jackson-databind jar 2.11.3
com.fasterxml.jackson.dataformat : jackson-dataformat-xml jar 2.11.3
jakarta.ws.rs : jakarta.ws.rs-api jar 2.1.6
org.springframework : spring-web jar 5.2.9.RELEASE
org.apiguardian : apiguardian-api jar 1.1.0
org.slf4j : slf4j-api jar 1.7.30
org.slf4j : slf4j-ext jar 1.7.30
org.apache.logging.log4j : log4j-core jar 2.13.3
org.apache.logging.log4j : log4j-api jar 2.13.3
ch.qos.logback : logback-core jar 1.2.3
net.logstash.logback : logstash-logback-encoder jar 6.4
org.apache.velocity : velocity jar 1.7
org.apache.velocity : velocity-tools jar 2.0

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.16

test (11)

Group / Artifact Type Version
org.mockito : mockito-core jar 3.5.15
org.mockito : mockito-junit-jupiter jar 3.5.15
org.junit.jupiter : junit-jupiter-api jar 5.7.0
org.junit.jupiter : junit-jupiter-engine jar 5.7.0
org.junit.jupiter : junit-jupiter-params jar 5.7.0
org.junit.platform : junit-platform-runner jar 1.7.0
org.junit.platform : junit-platform-commons jar 1.7.0
org.hamcrest : hamcrest jar 2.2
uk.org.lidalia : slf4j-test jar 1.2.0
com.google.testing.compile : compile-testing jar 0.19
com.h2database : h2 jar 1.4.200

Project Modules

There are no modules declared in this project.