| Categories | 
                CategoriesMaven Build Tools Net SLF4J Application Layer Libs Logging | 
        
|---|---|
| GroupId | GroupIdorg.jvnet.jaxb2.maven2 | 
    
| ArtifactId | ArtifactIdmaven-jaxb2-plugin-slf4j-binding | 
    
| Last Version | Last Version0.0.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionMaven JAXB 2.x Plugin SLF4J Binding Nil 
            Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/ 
         | 
    
<!-- https://jarcasting.com/artifacts/org.jvnet.jaxb2.maven2/maven-jaxb2-plugin-slf4j-binding/ -->
<dependency>
    <groupId>org.jvnet.jaxb2.maven2</groupId>
    <artifactId>maven-jaxb2-plugin-slf4j-binding</artifactId>
    <version>0.0.0</version>
</dependency>
                // https://jarcasting.com/artifacts/org.jvnet.jaxb2.maven2/maven-jaxb2-plugin-slf4j-binding/
implementation 'org.jvnet.jaxb2.maven2:maven-jaxb2-plugin-slf4j-binding:0.0.0'
                // https://jarcasting.com/artifacts/org.jvnet.jaxb2.maven2/maven-jaxb2-plugin-slf4j-binding/
implementation ("org.jvnet.jaxb2.maven2:maven-jaxb2-plugin-slf4j-binding:0.0.0")
                'org.jvnet.jaxb2.maven2:maven-jaxb2-plugin-slf4j-binding:jar:0.0.0'
                <dependency org="org.jvnet.jaxb2.maven2" name="maven-jaxb2-plugin-slf4j-binding" rev="0.0.0">
  <artifact name="maven-jaxb2-plugin-slf4j-binding" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.jvnet.jaxb2.maven2', module='maven-jaxb2-plugin-slf4j-binding', version='0.0.0')
)
                libraryDependencies += "org.jvnet.jaxb2.maven2" % "maven-jaxb2-plugin-slf4j-binding" % "0.0.0"
                [org.jvnet.jaxb2.maven2/maven-jaxb2-plugin-slf4j-binding "0.0.0"]