MVN

net.quicknatrepository : quicknat-repository

Maven & Gradle

Apr 26, 2024
2 stars

Repository utility class is designed to simplify database CRUD operations for any Java entity annotated with Javax Persistence API

<dependency>
    <groupId>net.quicknatrepository</groupId>
    <artifactId>quicknat-repository</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.quicknatrepository : quicknat-repository to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of net.quicknatrepository : quicknat-repository to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
quicknat-repository-1.0.1

How to add a dependency to Maven

Add the following net.quicknatrepository : quicknat-repository maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.quicknatrepository</groupId>
    <artifactId>quicknat-repository</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.quicknatrepository : quicknat-repository gradle dependency to your build.gradle file:

implementation 'net.quicknatrepository:quicknat-repository:1.0.1'

Gradle Kotlin DSL: Add the following net.quicknatrepository : quicknat-repository gradle kotlin dependency to your build.gradle.kts file:

implementation("net.quicknatrepository:quicknat-repository:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.quicknatrepository : quicknat-repository sbt scala dependency to your build.sbt file:

libraryDependencies += "net.quicknatrepository" % "quicknat-repository" % "1.0.1"

Advertisement