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