All Downloads are FREE. Search and download functionalities are using the official Maven repository.

thirdparty.jaxb2_commons.jmx.0.4.1.5.source-code.pom.xml Maven / Gradle / Ivy

Go to download

JMX plugin for the XJC compiler that will inject some JMX specific code into the Java Beans

The newest version!
<project xmlns="http://maven.apache.org/POM/4.0.0"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
    <parent>
        <groupId>org.andromda.thirdparty.jaxb2_commons</groupId>
        <artifactId>project</artifactId>
        <version>0.4.1.5</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>jmx</artifactId>
    <packaging>jar</packaging>    
    <name>JAXB2 JMX plugin</name>
    <url>https://jaxb2-commons.dev.java.net/fluent-api</url>
    <description>
       JMX plugin for the XJC compiler that will inject some JMX specific code into the Java Beans
    </description>

    <dependencies>
        <dependency>
            <groupId>com.sun.xml.bind</groupId>
            <artifactId>jaxb-impl</artifactId>
        </dependency>
        <dependency>
            <groupId>com.sun.xml.bind</groupId>
            <artifactId>jaxb-xjc</artifactId>
        </dependency>
    </dependencies>
</project>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy