MVN

com.github.kentyeh : springJdbiArch

Maven & Gradle

Jan 27, 2022
0 stars

springJdbiArch · Spring and JDBI web archetype

<dependency>
    <groupId>com.github.kentyeh</groupId>
    <artifactId>springJdbiArch</artifactId>
    <version>3.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.kentyeh : springJdbiArch to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.1

All Versions

Choose a version of com.github.kentyeh : springJdbiArch to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
springJdbiArch-3.0.1
springJdbiArch-3.0.0
2.5.x
springJdbiArch-2.5.4
springJdbiArch-2.5.3
springJdbiArch-2.5.2
springJdbiArch-2.5.1
springJdbiArch-2.5.0
2.4.x
springJdbiArch-2.4.1
2.4
springJdbiArch-2.4
2.3
springJdbiArch-2.3
2.2
springJdbiArch-2.2
2.1
springJdbiArch-2.1
2.0
springJdbiArch-2.0
1.0
springJdbiArch-1.0

How to add a dependency to Maven

Add the following com.github.kentyeh : springJdbiArch maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.kentyeh</groupId>
    <artifactId>springJdbiArch</artifactId>
    <version>3.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.kentyeh : springJdbiArch gradle dependency to your build.gradle file:

implementation 'com.github.kentyeh:springJdbiArch:3.0.1'

Gradle Kotlin DSL: Add the following com.github.kentyeh : springJdbiArch gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.kentyeh:springJdbiArch:3.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.kentyeh : springJdbiArch sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.kentyeh" % "springJdbiArch" % "3.0.1"