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