f

faktorips-abstraction

Abstractions used in 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-abstraction-24.7.1.release.jar download
faktorips-abstraction-24.7.1.release.pom download
faktorips-abstraction-24.7.1.release-sources.jar download
Apache Maven
<dependency>
  <groupId>org.faktorips</groupId>
  <artifactId>faktorips-abstraction</artifactId>
  <version>24.7.1.release</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.faktorips:faktorips-abstraction:24.7.1.release'
Gradle Kotlin
implementation("org.faktorips:faktorips-abstraction:24.7.1.release")
Scala SBT
libraryDependencies += "org.faktorips" % "faktorips-abstraction" % "24.7.1.release"
Groovy Grape
@Grapes(
  @Grab(group='org.faktorips', module='faktorips-abstraction', version='24.7.1.release')
)
Apache Ivy
<dependency org="org.faktorips" name="faktorips-abstraction" rev="24.7.1.release" />
Leiningen
[org.faktorips/faktorips-abstraction "24.7.1.release"]
Apache Buildr
'org.faktorips:faktorips-abstraction:jar:24.7.1.release'