MVN

io.github.muizmahdi : sajooq

Maven & Gradle

Aug 11, 2021
2 stars

A library and a cli for simplifying development using Spring Webflux and JOOQ

<dependency>
    <groupId>io.github.muizmahdi</groupId>
    <artifactId>sajooq</artifactId>
    <version>1.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.muizmahdi : sajooq to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.4

All Versions

Choose a version of io.github.muizmahdi : sajooq to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
sajooq-1.0.4
sajooq-1.0.3
sajooq-1.0.2
sajooq-1.0.1

How to add a dependency to Maven

Add the following io.github.muizmahdi : sajooq maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.muizmahdi</groupId>
    <artifactId>sajooq</artifactId>
    <version>1.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.muizmahdi : sajooq gradle dependency to your build.gradle file:

implementation 'io.github.muizmahdi:sajooq:1.0.4'

Gradle Kotlin DSL: Add the following io.github.muizmahdi : sajooq gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.muizmahdi:sajooq:1.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.muizmahdi : sajooq sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.muizmahdi" % "sajooq" % "1.0.4"

Advertisement