is not current version
Last Version 1.1.8

com.github.houbb:log-integration 1.1.3

This project is for you to fit most types of log, especially when you write third-party jars.

GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

log-integration
Version

Version

1.1.3
Type

Type

jar

Download log-integration 1.1.3


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