<dependency>
<groupId>org.jvnet.jaxb2.maven2</groupId>
<artifactId>maven-jaxb2-plugin-raw</artifactId>
<version>0.7.4</version>
<type>maven-plugin</type>
</dependency>
@Grapes(
@Grab(group='org.jvnet.jaxb2.maven2', module='maven-jaxb2-plugin-raw', version='0.7.4')
)
<parent> <groupId>org.jvnet.jaxb2.maven2</groupId> <artifactId>maven-jaxb2-plugin-project</artifactId> <version>0.7.4</version> </parent>
compile
|-- org.apache.maven:maven-plugin-api
|-- org.apache.maven:maven-project
|-- org.jfrog.maven.annomojo:maven-plugin-anno
|-- org.sonatype.plexus:plexus-build-api:0.0.6
provided
|-- com.sun.xml.bind:jaxb-impl
|-- org.jvnet.jaxb2_commons:jaxb2-basics-jaxb-xjc
test