MVN

dentaku : gentaku

Maven & Gradle

Sep 20, 2005
2 usages

gentaku

<dependency>
    <groupId>dentaku</groupId>
    <artifactId>gentaku</artifactId>
    <version>20050708.210102</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 20050708.210102

All Versions

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

Version Vulnerabilities Updated
20050708.210102
gentaku-20050708.210102
20050708.205425
gentaku-20050708.205425
20050708.040658
gentaku-20050708.040658
20050708.030707
gentaku-20050708.030707
20050706.201932
gentaku-20050706.201932
20050208.175725
gentaku-20050208.175725
20050208.175138
gentaku-20050208.175138
20050208.174335
gentaku-20050208.174335
20050208.173035
gentaku-20050208.173035
20050208.164436
gentaku-20050208.164436
20050203.034727
gentaku-20050203.034727
20050113.005257
gentaku-20050113.005257
20050110.120631
gentaku-20050110.120631
20050110.114524
gentaku-20050110.114524
20050109.084403
gentaku-20050109.084403
20050109.073852
gentaku-20050109.073852
20050109.071514
gentaku-20050109.071514
20050107.230430
gentaku-20050107.230430
20050106.213357
gentaku-20050106.213357
20050105.013151
gentaku-20050105.013151
20050105.012341
gentaku-20050105.012341
0.8
gentaku-0.8
0.7
gentaku-0.7
0.1
gentaku-0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>dentaku</groupId>
    <artifactId>gentaku</artifactId>
    <version>20050708.210102</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'dentaku:gentaku:20050708.210102'

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

implementation("dentaku:gentaku:20050708.210102")

How to add a dependency to SBT Scala

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

libraryDependencies += "dentaku" % "gentaku" % "20050708.210102"

Advertisement