<dependency> <groupId>org.jibx</groupId> <artifactId>jibx-bind</artifactId> <version>1.2.4</version> <type>bundle</type> </dependency>
implementation 'org.jibx:jibx-bind:1.2.4'
implementation("org.jibx:jibx-bind:1.2.4")
libraryDependencies += "org.jibx" % "jibx-bind" % "1.2.4"
@Grapes( @Grab(group='org.jibx', module='jibx-bind', version='1.2.4') )
<dependency org="org.jibx" name="jibx-bind" rev="1.2.4" />
[org.jibx/jibx-bind "1.2.4"]
'org.jibx:jibx-bind:jar:1.2.4'
<parent> <groupId>org.jibx.config</groupId> <artifactId>main-reactor</artifactId> <version>1.2.4</version> </parent>
compile
|-- org.jibx:jibx-run:1.2.4
|-- bcel:bcel
|-- log4j:log4j
|-- com.thoughtworks.qdox:qdox