License |
License |
---|---|
GroupId | GroupIdcom.github.houbb |
ArtifactId | ArtifactIdlog-integration |
Last Version | Last Version1.1.8 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionlog-integration
This project is for you to fit most types of log, especially when you write third-party jars.
|
Filename | Size |
---|---|
log-integration-1.1.8.pom | |
log-integration-1.1.8.jar | 46 KB |
log-integration-1.1.8-sources.jar | 40 KB |
log-integration-1.1.8-javadoc.jar | 282 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.houbb/log-integration/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>log-integration</artifactId>
<version>1.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/log-integration/
implementation 'com.github.houbb:log-integration:1.1.8'
// https://jarcasting.com/artifacts/com.github.houbb/log-integration/
implementation ("com.github.houbb:log-integration:1.1.8")
'com.github.houbb:log-integration:jar:1.1.8'
<dependency org="com.github.houbb" name="log-integration" rev="1.1.8">
<artifact name="log-integration" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='log-integration', version='1.1.8')
)
libraryDependencies += "com.github.houbb" % "log-integration" % "1.1.8"
[com.github.houbb/log-integration "1.1.8"]
Group / Artifact | Type | Version |
---|---|---|
com.github.houbb : heaven Optional | jar | 0.1.103 |
org.apache.logging.log4j : log4j-api Optional | jar | [2.7,) |
org.slf4j : slf4j-api Optional | jar | [1.7.21,) |
org.slf4j : slf4j-log4j12 Optional | jar | [1.7.21,) |
log4j : log4j Optional | jar | [1.2.17,) |
commons-logging : commons-logging Optional | jar | [1.2,) |
Group / Artifact | Type | Version |
---|---|---|
junit : junit Optional | jar | 4.12 |