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