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