License |
License |
---|---|
Categories |
CategoriesMaven Build Tools SLF4J Application Layer Libs Logging |
GroupId | GroupIdcom.github.marcosemiao.maven.plugin.logger |
ArtifactId | ArtifactIdmaven-plugin-logger-slf4j |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMaven Plugin Logger SLF4J
Maven Plugin Logger is a Maven Plugin Api with specific Logger
|
<!-- https://jarcasting.com/artifacts/com.github.marcosemiao.maven.plugin.logger/maven-plugin-logger-slf4j/ -->
<dependency>
<groupId>com.github.marcosemiao.maven.plugin.logger</groupId>
<artifactId>maven-plugin-logger-slf4j</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.marcosemiao.maven.plugin.logger/maven-plugin-logger-slf4j/
implementation 'com.github.marcosemiao.maven.plugin.logger:maven-plugin-logger-slf4j:0.0.1'
// https://jarcasting.com/artifacts/com.github.marcosemiao.maven.plugin.logger/maven-plugin-logger-slf4j/
implementation ("com.github.marcosemiao.maven.plugin.logger:maven-plugin-logger-slf4j:0.0.1")
'com.github.marcosemiao.maven.plugin.logger:maven-plugin-logger-slf4j:jar:0.0.1'
<dependency org="com.github.marcosemiao.maven.plugin.logger" name="maven-plugin-logger-slf4j" rev="0.0.1">
<artifact name="maven-plugin-logger-slf4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.marcosemiao.maven.plugin.logger', module='maven-plugin-logger-slf4j', version='0.0.1')
)
libraryDependencies += "com.github.marcosemiao.maven.plugin.logger" % "maven-plugin-logger-slf4j" % "0.0.1"
[com.github.marcosemiao.maven.plugin.logger/maven-plugin-logger-slf4j "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.github.marcosemiao.maven.plugin.logger : maven-plugin-logger | jar | 0.0.1 |
org.apache.maven : maven-plugin-api | jar | [2.0,) |
org.slf4j : slf4j-api | jar | [1.6.0,) |
com.github.marcosemiao : serviceloader-processor | jar | 0.0.1 |