MVN

com.montrosesoftware : DbAssist-jpa-commons

Maven & Gradle

Nov 07, 2016
6 stars

The artifact provides a query builder, which implements a partial fix for the incorrect time zone shift when writing to/reading from a DB

<dependency>
    <groupId>com.montrosesoftware</groupId>
    <artifactId>DbAssist-jpa-commons</artifactId>
    <version>1.1-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.montrosesoftware : DbAssist-jpa-commons to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1-RELEASE

All Versions

Choose a version of com.montrosesoftware : DbAssist-jpa-commons to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1
DbAssist-jpa-commons-1.1-RELEASE
1.0
DbAssist-jpa-commons-1.0-RELEASE

How to add a dependency to Maven

Add the following com.montrosesoftware : DbAssist-jpa-commons maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.montrosesoftware</groupId>
    <artifactId>DbAssist-jpa-commons</artifactId>
    <version>1.1-RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.montrosesoftware : DbAssist-jpa-commons gradle dependency to your build.gradle file:

implementation 'com.montrosesoftware:DbAssist-jpa-commons:1.1-RELEASE'

Gradle Kotlin DSL: Add the following com.montrosesoftware : DbAssist-jpa-commons gradle kotlin dependency to your build.gradle.kts file:

implementation("com.montrosesoftware:DbAssist-jpa-commons:1.1-RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.montrosesoftware : DbAssist-jpa-commons sbt scala dependency to your build.sbt file:

libraryDependencies += "com.montrosesoftware" % "DbAssist-jpa-commons" % "1.1-RELEASE"