MVN

org.faktorips : eclipse-2022-12

Maven & Gradle

Aug 18, 2023
13 stars

[target] Target for Faktor-IPS Base (2022-12) · Design-time tools for creating Faktor-IPS objects

<dependency>
    <groupId>org.faktorips</groupId>
    <artifactId>eclipse-2022-12</artifactId>
    <version>23.6.4.release</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.faktorips : eclipse-2022-12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 23.6.4.release

All Versions

Choose a version of org.faktorips : eclipse-2022-12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
24.1.x
eclipse-2022-12-24.1.0.a20230728-01
eclipse-2022-12-24.1.0.a20230714-01
23.6.x
eclipse-2022-12-23.6.4.release
eclipse-2022-12-23.6.3.release
eclipse-2022-12-23.6.2.release
eclipse-2022-12-23.6.1.release
eclipse-2022-12-23.6.0.release
eclipse-2022-12-23.6.0.a20230515-02
eclipse-2022-12-23.6.0.a20230503-01
eclipse-2022-12-23.6.0.a20230310-01
eclipse-2022-12-23.6.0.a20230301-01

How to add a dependency to Maven

Add the following org.faktorips : eclipse-2022-12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.faktorips</groupId>
    <artifactId>eclipse-2022-12</artifactId>
    <version>23.6.4.release</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.faktorips : eclipse-2022-12 gradle dependency to your build.gradle file:

implementation 'org.faktorips:eclipse-2022-12:23.6.4.release'

Gradle Kotlin DSL: Add the following org.faktorips : eclipse-2022-12 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.faktorips:eclipse-2022-12:23.6.4.release")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.faktorips : eclipse-2022-12 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.faktorips" % "eclipse-2022-12" % "23.6.4.release"

Advertisement