<dependency>
<groupId>org.jvnet.jaxb2.maven2</groupId>
<artifactId>maven-jaxb2-plugin-tests-catalog</artifactId>
<version>0.6.0</version>
</dependency>
libraryDependencies += "org.jvnet.jaxb2.maven2" % "maven-jaxb2-plugin-tests-catalog" % "0.6.0"
@Grapes(
@Grab(group='org.jvnet.jaxb2.maven2', module='maven-jaxb2-plugin-tests-catalog', version='0.6.0')
)
<dependency org="org.jvnet.jaxb2.maven2" name="maven-jaxb2-plugin-tests-catalog" rev="0.6.0" />
<parent> <groupId>org.jvnet.jaxb2.maven2</groupId> <artifactId>maven-jaxb2-plugin-tests</artifactId> <version>0.6.0</version> </parent>