j

jibx-parent

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