MVN

dentaku : example-model

Maven & Gradle

Sep 20, 2005
1 usages

Model for Example

<dependency>
    <groupId>dentaku</groupId>
    <artifactId>example-model</artifactId>
    <version>20050708.210602</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 20050708.210602

All Versions

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

Version Vulnerabilities Updated
20050708.210602
example-model-20050708.210602
20050208.175948
example-model-20050208.175948
20050113.011014
example-model-20050113.011014
20050105.013432
example-model-20050105.013432
0.8
example-model-0.8
0.7
example-model-0.7

How to add a dependency to Maven

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

<dependency>
    <groupId>dentaku</groupId>
    <artifactId>example-model</artifactId>
    <version>20050708.210602</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'dentaku:example-model:20050708.210602'

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

implementation("dentaku:example-model:20050708.210602")

How to add a dependency to SBT Scala

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

libraryDependencies += "dentaku" % "example-model" % "20050708.210602"

Advertisement