MVN

de.gematik.refv.valmodule : valmodule-erp

Maven & Gradle

Aug 03, 2023
7 stars
<dependency>
    <groupId>de.gematik.refv.valmodule</groupId>
    <artifactId>valmodule-erp</artifactId>
    <version>0.7.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.gematik.refv.valmodule : valmodule-erp to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7.2

All Versions

Choose a version of de.gematik.refv.valmodule : valmodule-erp to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.7.x
valmodule-erp-0.7.2
valmodule-erp-0.7.1
valmodule-erp-0.7.0
0.6.x
valmodule-erp-0.6.1
valmodule-erp-0.6.0
0.5.x
valmodule-erp-0.5.0
0.4.x
valmodule-erp-0.4.1
0.3.x
valmodule-erp-0.3.0
0.2.x
valmodule-erp-0.2.0
0.1.x
valmodule-erp-0.1.3

How to add a dependency to Maven

Add the following de.gematik.refv.valmodule : valmodule-erp maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.gematik.refv.valmodule</groupId>
    <artifactId>valmodule-erp</artifactId>
    <version>0.7.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.gematik.refv.valmodule : valmodule-erp gradle dependency to your build.gradle file:

implementation 'de.gematik.refv.valmodule:valmodule-erp:0.7.2'

Gradle Kotlin DSL: Add the following de.gematik.refv.valmodule : valmodule-erp gradle kotlin dependency to your build.gradle.kts file:

implementation("de.gematik.refv.valmodule:valmodule-erp:0.7.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.gematik.refv.valmodule : valmodule-erp sbt scala dependency to your build.sbt file:

libraryDependencies += "de.gematik.refv.valmodule" % "valmodule-erp" % "0.7.2"