文件下载
文件名 操作
faktorips-runtime-client-19.12.5.jar 下载
faktorips-runtime-client-19.12.5.pom 下载
faktorips-runtime-client-19.12.5-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.faktorips</groupId>
  <artifactId>faktorips-runtime-client</artifactId>
  <version>19.12.5</version>
</dependency>
Gradle Groovy
implementation 'org.faktorips:faktorips-runtime-client:19.12.5'
Gradle Kotlin
implementation("org.faktorips:faktorips-runtime-client:19.12.5")
Scala SBT
libraryDependencies += "org.faktorips" % "faktorips-runtime-client" % "19.12.5"
Groovy Grape
@Grapes(
  @Grab(group='org.faktorips', module='faktorips-runtime-client', version='19.12.5')
)
Apache Ivy
<dependency org="org.faktorips" name="faktorips-runtime-client" rev="19.12.5" />
Leiningen
[org.faktorips/faktorips-runtime-client "19.12.5"]
Apache Buildr
'org.faktorips:faktorips-runtime-client:jar:19.12.5'