MVN

org.faktorips : faktorips-runtime-productdataservice-common

Maven & Gradle

Jun 26, 2023
4 usages

Faktor-IPS Runtime - Productdataservice Common · Common Library of Productdataservice for Faktor-IPS

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

Latest Version

Choose a version of org.faktorips : faktorips-runtime-productdataservice-common 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-common to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

<dependency>
    <groupId>org.faktorips</groupId>
    <artifactId>faktorips-runtime-productdataservice-common</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-common gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement