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