MVN

de.gematik.refv.commons : commons

Maven & Gradle

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

Latest Version

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

  • Latest Stable: 0.7.2

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>de.gematik.refv.commons</groupId>
    <artifactId>commons</artifactId>
    <version>0.7.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'de.gematik.refv.commons:commons:0.7.2'

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

implementation("de.gematik.refv.commons:commons:0.7.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "de.gematik.refv.commons" % "commons" % "0.7.2"