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