MVN

postgresql : pljava-public

Maven & Gradle

Sep 20, 2005

PL/Java · Public Java interfaces for PL/Java, a server side Java solution for PostgreSQL

<dependency>
    <groupId>postgresql</groupId>
    <artifactId>pljava-public</artifactId>
    <version>1.0.0b4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of postgresql : pljava-public to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0b4

All Versions

Choose a version of postgresql : pljava-public to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
pljava-public-1.0.0b4

How to add a dependency to Maven

Add the following postgresql : pljava-public maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>postgresql</groupId>
    <artifactId>pljava-public</artifactId>
    <version>1.0.0b4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following postgresql : pljava-public gradle dependency to your build.gradle file:

implementation 'postgresql:pljava-public:1.0.0b4'

Gradle Kotlin DSL: Add the following postgresql : pljava-public gradle kotlin dependency to your build.gradle.kts file:

implementation("postgresql:pljava-public:1.0.0b4")

How to add a dependency to SBT Scala

SBT Scala: Add the following postgresql : pljava-public sbt scala dependency to your build.sbt file:

libraryDependencies += "postgresql" % "pljava-public" % "1.0.0b4"

Advertisement