f

faktorips-fl

Formula language for the Faktor-IPS design time tools
http://faktorzehn.org
GNU Affero General Public License Version 3 with additional permissions Alternative Faktor-IPS License
Faktor Zehn GmbH
Faktor-IPS-Team
Files download
File Operation
faktorips-fl-24.7.1.release.jar download
faktorips-fl-24.7.1.release.pom download
faktorips-fl-24.7.1.release-sources.jar download
Apache Maven
<dependency>
  <groupId>org.faktorips</groupId>
  <artifactId>faktorips-fl</artifactId>
  <version>24.7.1.release</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.faktorips:faktorips-fl:24.7.1.release'
Gradle Kotlin
implementation("org.faktorips:faktorips-fl:24.7.1.release")
Scala SBT
libraryDependencies += "org.faktorips" % "faktorips-fl" % "24.7.1.release"
Groovy Grape
@Grapes(
  @Grab(group='org.faktorips', module='faktorips-fl', version='24.7.1.release')
)
Apache Ivy
<dependency org="org.faktorips" name="faktorips-fl" rev="24.7.1.release" />
Leiningen
[org.faktorips/faktorips-fl "24.7.1.release"]
Apache Buildr
'org.faktorips:faktorips-fl:jar:24.7.1.release'