MVN

com.github.ajozwik : repository-jdbc-monad_3

Maven & Gradle

May 31, 2023
0 stars

repository-jdbc-monad · repository-jdbc-monad

<dependency>
    <groupId>com.github.ajozwik</groupId>
    <artifactId>repository-jdbc-monad_3</artifactId>
    <version>0.5.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.ajozwik : repository-jdbc-monad_3 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.7

All Versions

Choose a version of com.github.ajozwik : repository-jdbc-monad_3 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
repository-jdbc-monad_3-0.5.7
repository-jdbc-monad_3-0.5.6
repository-jdbc-monad_3-0.5.5
repository-jdbc-monad_3-0.5.4
repository-jdbc-monad_3-0.5.3
repository-jdbc-monad_3-0.5.2
repository-jdbc-monad_3-0.5.1
repository-jdbc-monad_3-0.5.0
0.4.x
repository-jdbc-monad_3-0.4.2
0.4
repository-jdbc-monad_3-0.4
0.3.x
repository-jdbc-monad_3-0.3.1
0.3
repository-jdbc-monad_3-0.3
0.2
repository-jdbc-monad_3-0.2
0.1
repository-jdbc-monad_3-0.1

How to add a dependency to Maven

Add the following com.github.ajozwik : repository-jdbc-monad_3 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.ajozwik</groupId>
    <artifactId>repository-jdbc-monad_3</artifactId>
    <version>0.5.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.ajozwik : repository-jdbc-monad_3 gradle dependency to your build.gradle file:

implementation 'com.github.ajozwik:repository-jdbc-monad_3:0.5.7'

Gradle Kotlin DSL: Add the following com.github.ajozwik : repository-jdbc-monad_3 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.ajozwik:repository-jdbc-monad_3:0.5.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.ajozwik : repository-jdbc-monad_3 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.ajozwik" % "repository-jdbc-monad_3" % "0.5.7"