License |
License |
---|---|
Categories |
CategoriesMaven Build Tools SLF4J Application Layer Libs Logging |
GroupId | GroupIdcom.googlecode.slf4j-maven-plugin-log |
ArtifactId | ArtifactIdslf4j-maven-plugin-log |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionslf4j-maven-plugin-log
A SLF4J implementation which delegates to maven-plugin logging toolkit. Especially useful when maven-plugin dependencies use slf4j, cause their logs aren't available as maven-plugin logs.
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.googlecode.slf4j-maven-plugin-log/slf4j-maven-plugin-log/ -->
<dependency>
<groupId>com.googlecode.slf4j-maven-plugin-log</groupId>
<artifactId>slf4j-maven-plugin-log</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.slf4j-maven-plugin-log/slf4j-maven-plugin-log/
implementation 'com.googlecode.slf4j-maven-plugin-log:slf4j-maven-plugin-log:1.0.0'
// https://jarcasting.com/artifacts/com.googlecode.slf4j-maven-plugin-log/slf4j-maven-plugin-log/
implementation ("com.googlecode.slf4j-maven-plugin-log:slf4j-maven-plugin-log:1.0.0")
'com.googlecode.slf4j-maven-plugin-log:slf4j-maven-plugin-log:jar:1.0.0'
<dependency org="com.googlecode.slf4j-maven-plugin-log" name="slf4j-maven-plugin-log" rev="1.0.0">
<artifact name="slf4j-maven-plugin-log" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.slf4j-maven-plugin-log', module='slf4j-maven-plugin-log', version='1.0.0')
)
libraryDependencies += "com.googlecode.slf4j-maven-plugin-log" % "slf4j-maven-plugin-log" % "1.0.0"
[com.googlecode.slf4j-maven-plugin-log/slf4j-maven-plugin-log "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven : maven-plugin-api | jar | 2.2.1 |
org.slf4j : slf4j-api | jar | 1.6.1 |