info
various Maven related projects
site
maven info sites
License |
License |
---|---|
Categories |
CategoriesMaven Build Tools SLF4J Application Layer Libs Logging |
GroupId | GroupIdcom.carrotgarden.maven |
ArtifactId | ArtifactIdcarrot-maven-slf4j-impl |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionprovides slf4j back end proxy
for use of slf4j api in maven plugins
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.carrotgarden.maven/carrot-maven-slf4j-impl/ -->
<dependency>
<groupId>com.carrotgarden.maven</groupId>
<artifactId>carrot-maven-slf4j-impl</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.carrotgarden.maven/carrot-maven-slf4j-impl/
implementation 'com.carrotgarden.maven:carrot-maven-slf4j-impl:1.1.0'
// https://jarcasting.com/artifacts/com.carrotgarden.maven/carrot-maven-slf4j-impl/
implementation ("com.carrotgarden.maven:carrot-maven-slf4j-impl:1.1.0")
'com.carrotgarden.maven:carrot-maven-slf4j-impl:jar:1.1.0'
<dependency org="com.carrotgarden.maven" name="carrot-maven-slf4j-impl" rev="1.1.0">
<artifact name="carrot-maven-slf4j-impl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.carrotgarden.maven', module='carrot-maven-slf4j-impl', version='1.1.0')
)
libraryDependencies += "com.carrotgarden.maven" % "carrot-maven-slf4j-impl" % "1.1.0"
[com.carrotgarden.maven/carrot-maven-slf4j-impl "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.6.4 |
org.apache.maven : maven-plugin-api | jar | 3.0.4 |
org.apache.maven : maven-core | jar | 3.0.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |
org.testng : testng | jar | 6.4 |
various Maven related projects
maven info sites