j

jibx-parent

JiBX parent shared settings
http://www.jibx.org
BSD
jibx.org
Dennis Sosnoski
Files download
File Operation
jibx-parent-5.pom download
Apache Maven
<dependency>
  <groupId>org.jibx.config</groupId>
  <artifactId>jibx-parent</artifactId>
  <version>5</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.jibx.config:jibx-parent:5'
Gradle Kotlin
implementation("org.jibx.config:jibx-parent:5")
Scala SBT
libraryDependencies += "org.jibx.config" % "jibx-parent" % "5"
Groovy Grape
@Grapes(
  @Grab(group='org.jibx.config', module='jibx-parent', version='5')
)
Apache Ivy
<dependency org="org.jibx.config" name="jibx-parent" rev="5" />
Leiningen
[org.jibx.config/jibx-parent "5"]
Apache Buildr
'org.jibx.config:jibx-parent:jar:5'