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