MVN

com.momomo : momomo.com.platform.db.base.jpa.session.with.postgres

Maven & Gradle

Apr 10, 2021
1 stars

momomo.com.platform.db.base.jpa.session.with.postgres · Provides the postgres related implementations towards our database related repositories

<dependency>
    <groupId>com.momomo</groupId>
    <artifactId>momomo.com.platform.db.base.jpa.session.with.postgres</artifactId>
    <version>5.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.momomo : momomo.com.platform.db.base.jpa.session.with.postgres to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.0.2

All Versions

Choose a version of com.momomo : momomo.com.platform.db.base.jpa.session.with.postgres to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.0.x
momomo.com.platform.db.base.jpa.session.with.postgres-5.0.2
momomo.com.platform.db.base.jpa.session.with.postgres-5.0.1

How to add a dependency to Maven

Add the following com.momomo : momomo.com.platform.db.base.jpa.session.with.postgres maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.momomo</groupId>
    <artifactId>momomo.com.platform.db.base.jpa.session.with.postgres</artifactId>
    <version>5.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.momomo : momomo.com.platform.db.base.jpa.session.with.postgres gradle dependency to your build.gradle file:

implementation 'com.momomo:momomo.com.platform.db.base.jpa.session.with.postgres:5.0.2'

Gradle Kotlin DSL: Add the following com.momomo : momomo.com.platform.db.base.jpa.session.with.postgres gradle kotlin dependency to your build.gradle.kts file:

implementation("com.momomo:momomo.com.platform.db.base.jpa.session.with.postgres:5.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.momomo : momomo.com.platform.db.base.jpa.session.with.postgres sbt scala dependency to your build.sbt file:

libraryDependencies += "com.momomo" % "momomo.com.platform.db.base.jpa.session.with.postgres" % "5.0.2"

Advertisement