s

schema-library-reactor3

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