h

hibernate-reactive-kotlin-jdsl-jakarta

DSL for JPA Criteria API without generated metamodel and reflection.
https://github.com/line/kotlin-jdsl
The Apache License, Version 2.0
LINE Corporation jonghyon.s hyunsik.kang pickmoment huisam
Files download
File Operation
hibernate-reactive-kotlin-jdsl-jakarta-2.2.1.RELEASE.jar download
hibernate-reactive-kotlin-jdsl-jakarta-2.2.1.RELEASE.pom download
hibernate-reactive-kotlin-jdsl-jakarta-2.2.1.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>com.linecorp.kotlin-jdsl</groupId>
  <artifactId>hibernate-reactive-kotlin-jdsl-jakarta</artifactId>
  <version>2.2.1.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'com.linecorp.kotlin-jdsl:hibernate-reactive-kotlin-jdsl-jakarta:2.2.1.RELEASE'
Gradle Kotlin
implementation("com.linecorp.kotlin-jdsl:hibernate-reactive-kotlin-jdsl-jakarta:2.2.1.RELEASE")
Scala SBT
libraryDependencies += "com.linecorp.kotlin-jdsl" % "hibernate-reactive-kotlin-jdsl-jakarta" % "2.2.1.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='com.linecorp.kotlin-jdsl', module='hibernate-reactive-kotlin-jdsl-jakarta', version='2.2.1.RELEASE')
)
Apache Ivy
<dependency org="com.linecorp.kotlin-jdsl" name="hibernate-reactive-kotlin-jdsl-jakarta" rev="2.2.1.RELEASE" />
Leiningen
[com.linecorp.kotlin-jdsl/hibernate-reactive-kotlin-jdsl-jakarta "2.2.1.RELEASE"]
Apache Buildr
'com.linecorp.kotlin-jdsl:hibernate-reactive-kotlin-jdsl-jakarta:jar:2.2.1.RELEASE'