MVN

org.xblackcat.sjpu : sjpu-dbah

Maven & Gradle

Aug 11, 2023
0 stars

SJPU DB Access helper · Service for generating DB access logic in simple way via interfaces and annotations

<dependency>
    <groupId>org.xblackcat.sjpu</groupId>
    <artifactId>sjpu-dbah</artifactId>
    <version>2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.xblackcat.sjpu : sjpu-dbah to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0

All Versions

Choose a version of org.xblackcat.sjpu : sjpu-dbah to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0
sjpu-dbah-2.0
1.9.x
sjpu-dbah-1.9.5
sjpu-dbah-1.9.4
sjpu-dbah-1.9.3
sjpu-dbah-1.9.2
sjpu-dbah-1.9.1
1.9
sjpu-dbah-1.9
1.8.x
sjpu-dbah-1.8.3
sjpu-dbah-1.8.2
sjpu-dbah-1.8.1

How to add a dependency to Maven

Add the following org.xblackcat.sjpu : sjpu-dbah maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.xblackcat.sjpu</groupId>
    <artifactId>sjpu-dbah</artifactId>
    <version>2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.xblackcat.sjpu : sjpu-dbah gradle dependency to your build.gradle file:

implementation 'org.xblackcat.sjpu:sjpu-dbah:2.0'

Gradle Kotlin DSL: Add the following org.xblackcat.sjpu : sjpu-dbah gradle kotlin dependency to your build.gradle.kts file:

implementation("org.xblackcat.sjpu:sjpu-dbah:2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.xblackcat.sjpu : sjpu-dbah sbt scala dependency to your build.sbt file:

libraryDependencies += "org.xblackcat.sjpu" % "sjpu-dbah" % "2.0"