MVN

com.thomaskint : minidao

Maven & Gradle

Oct 02, 2019

MiniDAO · Java light library for quick link between database and java model

<dependency>
    <groupId>com.thomaskint</groupId>
    <artifactId>minidao</artifactId>
    <version>1.2.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.thomaskint : minidao to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.4
  • Latest Alpha: 0.0.1-alpha

All Versions

Choose a version of com.thomaskint : minidao to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
minidao-1.2.4
minidao-1.2.3
1.1.x
minidao-1.1.10
minidao-1.1.9
minidao-1.1.8
minidao-1.1.7
minidao-1.1.6
minidao-1.1.5
minidao-1.1.4
minidao-1.1.3
minidao-1.1.2
minidao-1.1.1
minidao-1.1.0
1.0.x
minidao-1.0.1
minidao-1.0.0
0.0.x
minidao-0.0.1-alpha
minidao-0.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.thomaskint</groupId>
    <artifactId>minidao</artifactId>
    <version>1.2.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.thomaskint : minidao gradle dependency to your build.gradle file:

implementation 'com.thomaskint:minidao:1.2.4'

Gradle Kotlin DSL: Add the following com.thomaskint : minidao gradle kotlin dependency to your build.gradle.kts file:

implementation("com.thomaskint:minidao:1.2.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.thomaskint : minidao sbt scala dependency to your build.sbt file:

libraryDependencies += "com.thomaskint" % "minidao" % "1.2.4"

Advertisement