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