MVN

io.github.sobotkami : kotlin-libpq

Maven & Gradle

Nov 29, 2022
0 stars

Kotlin libpq binding · A Kotlin/Native wrapper for libpq, a postgresql client library.

<dependency>
    <groupId>io.github.sobotkami</groupId>
    <artifactId>kotlin-libpq</artifactId>
    <version>0.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.sobotkami : kotlin-libpq to add to Maven - Latest Versions:

  • Latest Stable: 0.1.3

All Versions

Choose a version of io.github.sobotkami : kotlin-libpq to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1.x
kotlin-libpq-0.1.3

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.github.sobotkami</groupId>
    <artifactId>kotlin-libpq</artifactId>
    <version>0.1.3</version>
</dependency>