f

faktorips-runtime

Runtime library for Faktor-IPS. When using the JAXB support use either faktorips-runtime-jakarta-xml or faktorips-runtime-javax-xml as dependency. When using CSV to read tables, add the optional dependencies to opencsv, commons-lang3 and commons-text. If you want to run Faktor-IPS tests as JUnit tests, you need to provide either junit (JUnit 4) or junit-jupiter-api (JUnit 5).
http://faktorzehn.org
GNU Affero General Public License Version 3 with additional permissions Alternative Faktor-IPS License
Faktor Zehn GmbH
Faktor-IPS-Team
文件下载
文件名 操作
faktorips-runtime-24.7.0.a20240423-01.jar 下载
faktorips-runtime-24.7.0.a20240423-01.pom 下载
faktorips-runtime-24.7.0.a20240423-01-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.faktorips</groupId>
  <artifactId>faktorips-runtime</artifactId>
  <version>24.7.0.a20240423-01</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.faktorips:faktorips-runtime:24.7.0.a20240423-01'
Gradle Kotlin
implementation("org.faktorips:faktorips-runtime:24.7.0.a20240423-01")
Scala SBT
libraryDependencies += "org.faktorips" % "faktorips-runtime" % "24.7.0.a20240423-01"
Groovy Grape
@Grapes(
  @Grab(group='org.faktorips', module='faktorips-runtime', version='24.7.0.a20240423-01')
)
Apache Ivy
<dependency org="org.faktorips" name="faktorips-runtime" rev="24.7.0.a20240423-01" />
Leiningen
[org.faktorips/faktorips-runtime "24.7.0.a20240423-01"]
Apache Buildr
'org.faktorips:faktorips-runtime:jar:24.7.0.a20240423-01'