MVN

com.ethlo.dachs : dachs-common-jpa

Maven & Gradle

Apr 03, 2023
2 usages
3 stars

Dachs - Common JPA

<dependency>
    <groupId>com.ethlo.dachs</groupId>
    <artifactId>dachs-common-jpa</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ethlo.dachs : dachs-common-jpa to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of com.ethlo.dachs : dachs-common-jpa to add to Maven or Gradle - All Versions:

  • Version Updated
  • dachs-common-jpa-1.0.0

    Apr 03, 2023
  • dachs-common-jpa-0.9.3

    Aug 13, 2019
  • dachs-common-jpa-0.9.2

    Dec 11, 2018
  • dachs-common-jpa-0.9.1

    Jul 18, 2018
  • dachs-common-jpa-0.9

    Apr 25, 2017
  • dachs-common-jpa-0.8.1

    Apr 07, 2017
  • dachs-common-jpa-0.8

    Apr 06, 2017
  • dachs-common-jpa-0.7.1

    Apr 05, 2017

How to add a dependency to Maven

Add the following com.ethlo.dachs : dachs-common-jpa maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.ethlo.dachs</groupId>
    <artifactId>dachs-common-jpa</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ethlo.dachs : dachs-common-jpa gradle dependency to your build.gradle file:

implementation 'com.ethlo.dachs:dachs-common-jpa:1.0.0'

Gradle Kotlin DSL: Add the following com.ethlo.dachs : dachs-common-jpa gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ethlo.dachs:dachs-common-jpa:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ethlo.dachs : dachs-common-jpa sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ethlo.dachs" % "dachs-common-jpa" % "1.0.0"

Advertisement