j

jibx-parent

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