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