<dependency> <groupId>org.jibx</groupId> <artifactId>jibx-run</artifactId> <version>1.2-beta-1</version> </dependency>
implementation 'org.jibx:jibx-run:1.2-beta-1'
implementation("org.jibx:jibx-run:1.2-beta-1")
libraryDependencies += "org.jibx" % "jibx-run" % "1.2-beta-1"
@Grapes( @Grab(group='org.jibx', module='jibx-run', version='1.2-beta-1') )
<dependency org="org.jibx" name="jibx-run" rev="1.2-beta-1" />
[org.jibx/jibx-run "1.2-beta-1"]
'org.jibx:jibx-run:jar:1.2-beta-1'
compile
|-- org.codehaus.woodstox:wstx-asl:3.2.1