MVN

io.github.no-such-company : pgplug

Maven & Gradle

Feb 17, 2021
1 stars
<dependency>
    <groupId>io.github.no-such-company</groupId>
    <artifactId>pgplug</artifactId>
    <version>21.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.no-such-company : pgplug to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 21.5

All Versions

Choose a version of io.github.no-such-company : pgplug to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
21.5
pgplug-21.5
21.4
pgplug-21.4
21.3
pgplug-21.3
21.2
pgplug-21.2

How to add a dependency to Maven

Add the following io.github.no-such-company : pgplug maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.no-such-company</groupId>
    <artifactId>pgplug</artifactId>
    <version>21.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.no-such-company : pgplug gradle dependency to your build.gradle file:

implementation 'io.github.no-such-company:pgplug:21.5'

Gradle Kotlin DSL: Add the following io.github.no-such-company : pgplug gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.no-such-company:pgplug:21.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.no-such-company : pgplug sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.no-such-company" % "pgplug" % "21.5"

Advertisement