j

jibx-tools

JiBX tools code
文件下载
文件名 操作
jibx-tools-1.2.4.3.jar 下载
jibx-tools-1.2.4.3.pom 下载
jibx-tools-1.2.4.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.jibx</groupId>
  <artifactId>jibx-tools</artifactId>
  <version>1.2.4.3</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.jibx:jibx-tools:1.2.4.3'
Gradle Kotlin
implementation("org.jibx:jibx-tools:1.2.4.3")
Scala SBT
libraryDependencies += "org.jibx" % "jibx-tools" % "1.2.4.3"
Groovy Grape
@Grapes(
  @Grab(group='org.jibx', module='jibx-tools', version='1.2.4.3')
)
Apache Ivy
<dependency org="org.jibx" name="jibx-tools" rev="1.2.4.3" />
Leiningen
[org.jibx/jibx-tools "1.2.4.3"]
Apache Buildr
'org.jibx:jibx-tools:jar:1.2.4.3'