MVN

de.killaitis : peloton-persistence-postgresql_3

Maven & Gradle

Dec 13, 2023
13 stars

peloton-persistence-postgresql · Peloton persistence PostgreSQL driver

<dependency>
    <groupId>de.killaitis</groupId>
    <artifactId>peloton-persistence-postgresql_3</artifactId>
    <version>v0.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.killaitis : peloton-persistence-postgresql_3 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: v0.2.0
  • Latest Release Candidate: v0.2.0-rc2

All Versions

Choose a version of de.killaitis : peloton-persistence-postgresql_3 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
v0.2.x
peloton-persistence-postgresql_3-v0.2.0
peloton-persistence-postgresql_3-v0.2.0-rc2

How to add a dependency to Maven

Add the following de.killaitis : peloton-persistence-postgresql_3 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.killaitis</groupId>
    <artifactId>peloton-persistence-postgresql_3</artifactId>
    <version>v0.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.killaitis : peloton-persistence-postgresql_3 gradle dependency to your build.gradle file:

implementation 'de.killaitis:peloton-persistence-postgresql_3:v0.2.0'

Gradle Kotlin DSL: Add the following de.killaitis : peloton-persistence-postgresql_3 gradle kotlin dependency to your build.gradle.kts file:

implementation("de.killaitis:peloton-persistence-postgresql_3:v0.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.killaitis : peloton-persistence-postgresql_3 sbt scala dependency to your build.sbt file:

libraryDependencies += "de.killaitis" % "peloton-persistence-postgresql_3" % "v0.2.0"