<dependency> <groupId>org.jvnet.jaxb2_commons</groupId> <artifactId>tests</artifactId> <version>0.2.GA</version> <type>pom</type> </dependency>
implementation 'org.jvnet.jaxb2_commons:tests:0.2.GA'
implementation("org.jvnet.jaxb2_commons:tests:0.2.GA")
libraryDependencies += "org.jvnet.jaxb2_commons" % "tests" % "0.2.GA"
@Grapes( @Grab(group='org.jvnet.jaxb2_commons', module='tests', version='0.2.GA') )
<dependency org="org.jvnet.jaxb2_commons" name="tests" rev="0.2.GA" />
[org.jvnet.jaxb2_commons/tests "0.2.GA"]
'org.jvnet.jaxb2_commons:tests:jar:0.2.GA'
<parent> <groupId>org.jvnet.jaxb2_commons</groupId> <artifactId>project</artifactId> <version>0.2.GA</version> </parent>
compile
|-- com.sun.xml.bind:jaxb-impl
|-- org.jvnet.jaxb2_commons:runtime
test
|-- org.jvnet.jaxb2_commons:testing