GroupId | GroupIdorg.pgdoc |
---|---|
ArtifactId | ArtifactIdpgdoc |
Version | Version1.2.2 |
Type | Typejar |
Filename | Size |
---|---|
pgdoc-1.2.2.pom | |
pgdoc-1.2.2.jar | 20 KB |
pgdoc-1.2.2-sources.jar | 16 KB |
pgdoc-1.2.2-javadoc.jar | 452 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.pgdoc/pgdoc/ -->
<dependency>
<groupId>org.pgdoc</groupId>
<artifactId>pgdoc</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.pgdoc/pgdoc/
implementation 'org.pgdoc:pgdoc:1.2.2'
// https://jarcasting.com/artifacts/org.pgdoc/pgdoc/
implementation ("org.pgdoc:pgdoc:1.2.2")
'org.pgdoc:pgdoc:jar:1.2.2'
<dependency org="org.pgdoc" name="pgdoc" rev="1.2.2">
<artifact name="pgdoc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.pgdoc', module='pgdoc', version='1.2.2')
)
libraryDependencies += "org.pgdoc" % "pgdoc" % "1.2.2"
[org.pgdoc/pgdoc "1.2.2"]