MVN

io.github.davidchild : bitter

Maven & Gradle

Jun 30, 2023
8 stars

java.orm.bitter · bitter framework is a high-performance, fast business iteration ORM-MAPPING framework designed from the perspective of developers. bitter aims to become more flexible, smooth and friendly when writing persistent applications Bitter aims to embrace the happiness of coding in coding.

<dependency>
    <groupId>io.github.davidchild</groupId>
    <artifactId>bitter</artifactId>
    <version>1.4.3-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.4.3-RELEASE

All Versions

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

Version Vulnerabilities Updated
1.4.x
bitter-1.4.3-RELEASE
1.3.x
bitter-1.3.9-RELEASE
bitter-1.3.8.2-RELEASE
bitter-1.3.8.1-RELEASE
bitter-1.3.8-RELEASE
bitter-1.3.5-RELEASE
bitter-1.3.4-RELEASE
bitter-1.3.3-RELEASE
bitter-1.3.2-RELEASE
bitter-1.3.0-RELEASE
1.2.x
bitter-1.2.7-RELEASE
bitter-1.2.6-RELEASE
bitter-1.2.5-RELEASE
bitter-1.2.4-RELEASE
bitter-1.2.3-RELEASE

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.davidchild</groupId>
    <artifactId>bitter</artifactId>
    <version>1.4.3-RELEASE</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.github.davidchild:bitter:1.4.3-RELEASE'

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

implementation("io.github.davidchild:bitter:1.4.3-RELEASE")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.github.davidchild" % "bitter" % "1.4.3-RELEASE"