Dependency Information

Apache Maven

<dependency>
  <groupId>org.jibx</groupId>
  <artifactId>jibx-maven-plugin</artifactId>
  <version>1.4.2</version>
  <type>maven-plugin</type>
</dependency>

Apache Buildr

'org.jibx:jibx-maven-plugin:maven-plugin:1.4.2'

Apache Ivy

<dependency org="org.jibx" name="jibx-maven-plugin" rev="1.4.2">
  <artifact name="jibx-maven-plugin" type="maven-plugin" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.jibx', module='jibx-maven-plugin', version='1.4.2')
)

Gradle/Grails

compile 'org.jibx:jibx-maven-plugin:1.4.2'

Scala SBT

libraryDependencies += "org.jibx" % "jibx-maven-plugin" % "1.4.2"

Leiningen

[org.jibx/jibx-maven-plugin "1.4.2"]