s

schema-library-reactor2

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