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