s

schema-examples-reactor

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