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