j

jibx-bind

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