s

schema-library-reactor-w3

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