Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sourceforge.pldoc |
ArtifactId | ArtifactIdpldoc |
Version | Version1.3.7 |
Type | Typejar |
Filename | Size |
---|---|
pldoc-1.3.7.pom | |
pldoc-1.3.7.jar | 229 KB |
pldoc-1.3.7-sources.jar | 236 KB |
pldoc-1.3.7-javadoc.jar | 205 KB |
pldoc-1.3.7-jar-with-dependencies.jar | 6 MB |
pldoc-1.3.7-distribution.zip | 6 MB |
pldoc-1.3.7-distribution.tgz | 1 KB |
pldoc-1.3.7-distribution.tbz | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sourceforge.pldoc/pldoc/ -->
<dependency>
<groupId>net.sourceforge.pldoc</groupId>
<artifactId>pldoc</artifactId>
<version>1.3.7</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.pldoc/pldoc/
implementation 'net.sourceforge.pldoc:pldoc:1.3.7'
// https://jarcasting.com/artifacts/net.sourceforge.pldoc/pldoc/
implementation ("net.sourceforge.pldoc:pldoc:1.3.7")
'net.sourceforge.pldoc:pldoc:jar:1.3.7'
<dependency org="net.sourceforge.pldoc" name="pldoc" rev="1.3.7">
<artifact name="pldoc" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.pldoc', module='pldoc', version='1.3.7')
)
libraryDependencies += "net.sourceforge.pldoc" % "pldoc" % "1.3.7"
[net.sourceforge.pldoc/pldoc "1.3.7"]