Dependency Information

Apache Maven

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

Apache Buildr

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

Apache Ivy

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

Groovy Grape

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

Gradle/Grails

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

Scala SBT

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

Leiningen

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