MVN

dentaku : dentaku-persistence-service

Maven & Gradle

Sep 20, 2005

dentaku-persistence-service

<dependency>
    <groupId>dentaku</groupId>
    <artifactId>dentaku-persistence-service</artifactId>
    <version>20050708.210500</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dentaku : dentaku-persistence-service to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 20050708.210500

All Versions

Choose a version of dentaku : dentaku-persistence-service to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
20050708.210500
dentaku-persistence-service-20050708.210500
20050708.205805
dentaku-persistence-service-20050708.205805
20050208.175804
dentaku-persistence-service-20050208.175804
20050208.175233
dentaku-persistence-service-20050208.175233
20050203.034916
dentaku-persistence-service-20050203.034916
20050113.005455
dentaku-persistence-service-20050113.005455
20050109.084617
dentaku-persistence-service-20050109.084617
20050107.230834
dentaku-persistence-service-20050107.230834
20050106.213718
dentaku-persistence-service-20050106.213718
20050105.013358
dentaku-persistence-service-20050105.013358

How to add a dependency to Maven

Add the following dentaku : dentaku-persistence-service maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dentaku</groupId>
    <artifactId>dentaku-persistence-service</artifactId>
    <version>20050708.210500</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dentaku : dentaku-persistence-service gradle dependency to your build.gradle file:

implementation 'dentaku:dentaku-persistence-service:20050708.210500'

Gradle Kotlin DSL: Add the following dentaku : dentaku-persistence-service gradle kotlin dependency to your build.gradle.kts file:

implementation("dentaku:dentaku-persistence-service:20050708.210500")

How to add a dependency to SBT Scala

SBT Scala: Add the following dentaku : dentaku-persistence-service sbt scala dependency to your build.sbt file:

libraryDependencies += "dentaku" % "dentaku-persistence-service" % "20050708.210500"

Advertisement