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