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