MVN

org.faktorips : faktorips-runtime-productdataservice

Maven & Gradle

Jun 26, 2023
1 usages

Faktor-IPS Runtime - Productdataservice · Productdataservice for Faktor-IPS

<dependency>
    <groupId>org.faktorips</groupId>
    <artifactId>faktorips-runtime-productdataservice</artifactId>
    <version>23.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.faktorips : faktorips-runtime-productdataservice to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 23.6.0
  • Latest Release Candidate: 22.12.0-rc01

All Versions

Choose a version of org.faktorips : faktorips-runtime-productdataservice to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
23.6.x
faktorips-runtime-productdataservice-23.6.0
22.12.x
faktorips-runtime-productdataservice-22.12.0-rfinal
faktorips-runtime-productdataservice-22.12.0-rc01
22.6.x
faktorips-runtime-productdataservice-22.6.1
faktorips-runtime-productdataservice-22.6.0-rfinal
faktorips-runtime-productdataservice-22.6.0-rc01
21.12.x
faktorips-runtime-productdataservice-21.12.0-rfinal
21.6.x
faktorips-runtime-productdataservice-21.6.0
faktorips-runtime-productdataservice-21.6.0-rc01
20.6.x
faktorips-runtime-productdataservice-20.6.0
19.12.x
faktorips-runtime-productdataservice-19.12.0
19.7.x
faktorips-runtime-productdataservice-19.7.0
3.22.x
faktorips-runtime-productdataservice-3.22.0
3.21.x
faktorips-runtime-productdataservice-3.21.0
3.20.x
faktorips-runtime-productdataservice-3.20.0
3.19.x
faktorips-runtime-productdataservice-3.19.0
3.18.x
faktorips-runtime-productdataservice-3.18.0
3.17.x
faktorips-runtime-productdataservice-3.17.0
3.16.x
faktorips-runtime-productdataservice-3.16.0
3.15.x
faktorips-runtime-productdataservice-3.15.0
3.14.x
faktorips-runtime-productdataservice-3.14.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.faktorips</groupId>
    <artifactId>faktorips-runtime-productdataservice</artifactId>
    <version>23.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.faktorips : faktorips-runtime-productdataservice gradle dependency to your build.gradle file:

implementation 'org.faktorips:faktorips-runtime-productdataservice:23.6.0'

Gradle Kotlin DSL: Add the following org.faktorips : faktorips-runtime-productdataservice gradle kotlin dependency to your build.gradle.kts file:

implementation("org.faktorips:faktorips-runtime-productdataservice:23.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.faktorips : faktorips-runtime-productdataservice sbt scala dependency to your build.sbt file:

libraryDependencies += "org.faktorips" % "faktorips-runtime-productdataservice" % "23.6.0"

Advertisement