| Categories | 
                CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection Jackson Data JSON | 
        
|---|---|
| GroupId | GroupIdcom.guicedee.services | 
    
| ArtifactId | ArtifactIdjackson-module-jaxb-annotations | 
    
| Version | Version1.1.0.1-jre14 | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/com.guicedee.services/jackson-module-jaxb-annotations/ -->
<dependency>
    <groupId>com.guicedee.services</groupId>
    <artifactId>jackson-module-jaxb-annotations</artifactId>
    <version>1.1.0.1-jre14</version>
</dependency>
                // https://jarcasting.com/artifacts/com.guicedee.services/jackson-module-jaxb-annotations/
implementation 'com.guicedee.services:jackson-module-jaxb-annotations:1.1.0.1-jre14'
                // https://jarcasting.com/artifacts/com.guicedee.services/jackson-module-jaxb-annotations/
implementation ("com.guicedee.services:jackson-module-jaxb-annotations:1.1.0.1-jre14")
                'com.guicedee.services:jackson-module-jaxb-annotations:jar:1.1.0.1-jre14'
                <dependency org="com.guicedee.services" name="jackson-module-jaxb-annotations" rev="1.1.0.1-jre14">
  <artifact name="jackson-module-jaxb-annotations" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.guicedee.services', module='jackson-module-jaxb-annotations', version='1.1.0.1-jre14')
)
                libraryDependencies += "com.guicedee.services" % "jackson-module-jaxb-annotations" % "1.1.0.1-jre14"
                [com.guicedee.services/jackson-module-jaxb-annotations "1.1.0.1-jre14"]