MVN

dentaku : dentaku-ear

Maven & Gradle

Nov 06, 2006

Dentaku ear application

<dependency>
    <groupId>dentaku</groupId>
    <artifactId>dentaku-ear</artifactId>
    <version>20050708.210752</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 20050708.210752

All Versions

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

Version Vulnerabilities Updated
20050708.210752
dentaku-ear-20050708.210752
20050208.180010
dentaku-ear-20050208.180010
20050105.013528
dentaku-ear-20050105.013528
20050105.013527
dentaku-ear-20050105.013527

How to add a dependency to Maven

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

<dependency>
    <groupId>dentaku</groupId>
    <artifactId>dentaku-ear</artifactId>
    <version>20050708.210752</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'dentaku:dentaku-ear:20050708.210752'

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

implementation("dentaku:dentaku-ear:20050708.210752")

How to add a dependency to SBT Scala

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

libraryDependencies += "dentaku" % "dentaku-ear" % "20050708.210752"