MVN

io.github.petitcl : spring-data-jpa-kotlin-dsl

Maven & Gradle

Jun 30, 2023
4 stars

Spring Data Kotlin DSL · Kolint DSL for Spring Data Common and JPA

<dependency>
    <groupId>io.github.petitcl</groupId>
    <artifactId>spring-data-jpa-kotlin-dsl</artifactId>
    <version>0.0.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.petitcl : spring-data-jpa-kotlin-dsl to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.9

All Versions

Choose a version of io.github.petitcl : spring-data-jpa-kotlin-dsl to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
spring-data-jpa-kotlin-dsl-0.0.9
spring-data-jpa-kotlin-dsl-0.0.8
v0.0.x
spring-data-jpa-kotlin-dsl-v0.0.7

How to add a dependency to Maven

Add the following io.github.petitcl : spring-data-jpa-kotlin-dsl maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.petitcl</groupId>
    <artifactId>spring-data-jpa-kotlin-dsl</artifactId>
    <version>0.0.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.petitcl : spring-data-jpa-kotlin-dsl gradle dependency to your build.gradle file:

implementation 'io.github.petitcl:spring-data-jpa-kotlin-dsl:0.0.9'

Gradle Kotlin DSL: Add the following io.github.petitcl : spring-data-jpa-kotlin-dsl gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.petitcl:spring-data-jpa-kotlin-dsl:0.0.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.petitcl : spring-data-jpa-kotlin-dsl sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.petitcl" % "spring-data-jpa-kotlin-dsl" % "0.0.9"