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