<dependency> <groupId>org.jibx.config</groupId> <artifactId>jibx-parent</artifactId> <version>3</version> <type>pom</type> </dependency>
implementation 'org.jibx.config:jibx-parent:3'
implementation("org.jibx.config:jibx-parent:3")
libraryDependencies += "org.jibx.config" % "jibx-parent" % "3"
@Grapes( @Grab(group='org.jibx.config', module='jibx-parent', version='3') )
<dependency org="org.jibx.config" name="jibx-parent" rev="3" />
[org.jibx.config/jibx-parent "3"]
'org.jibx.config:jibx-parent:jar:3'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>6</version> </parent>
test
|-- junit:junit:4.10