| GroupId | GroupIdio.github.no-such-company |
|---|---|
| ArtifactId | ArtifactIdpgplug |
| Version | Version21.5 |
| Type | Typejar |
| Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Filename | Size |
|---|---|
| pgplug-21.5.pom | |
| pgplug-21.5.jar | 13 KB |
| pgplug-21.5-sources.jar | 6 KB |
| pgplug-21.5-javadoc.jar | 128 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.no-such-company/pgplug/ -->
<dependency>
<groupId>io.github.no-such-company</groupId>
<artifactId>pgplug</artifactId>
<version>21.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.no-such-company/pgplug/
implementation 'io.github.no-such-company:pgplug:21.5'
// https://jarcasting.com/artifacts/io.github.no-such-company/pgplug/
implementation ("io.github.no-such-company:pgplug:21.5")
'io.github.no-such-company:pgplug:jar:21.5'
<dependency org="io.github.no-such-company" name="pgplug" rev="21.5">
<artifact name="pgplug" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.no-such-company', module='pgplug', version='21.5')
)
libraryDependencies += "io.github.no-such-company" % "pgplug" % "21.5"
[io.github.no-such-company/pgplug "21.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.bouncycastle : bcpg-jdk15on | jar | 1.57 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |