文件下载
文件名 操作
iso20022-ch-intf-6.2.0.jar 下载
iso20022-ch-intf-6.2.0.pom 下载
iso20022-ch-intf-6.2.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>ch.dvbern.oss.iso20022</groupId>
  <artifactId>iso20022-ch-intf</artifactId>
  <version>6.2.0</version>
</dependency>
Gradle Groovy
implementation 'ch.dvbern.oss.iso20022:iso20022-ch-intf:6.2.0'
Gradle Kotlin
implementation("ch.dvbern.oss.iso20022:iso20022-ch-intf:6.2.0")
Scala SBT
libraryDependencies += "ch.dvbern.oss.iso20022" % "iso20022-ch-intf" % "6.2.0"
Groovy Grape
@Grapes(
  @Grab(group='ch.dvbern.oss.iso20022', module='iso20022-ch-intf', version='6.2.0')
)
Apache Ivy
<dependency org="ch.dvbern.oss.iso20022" name="iso20022-ch-intf" rev="6.2.0" />
Leiningen
[ch.dvbern.oss.iso20022/iso20022-ch-intf "6.2.0"]
Apache Buildr
'ch.dvbern.oss.iso20022:iso20022-ch-intf:jar:6.2.0'