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