Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sourceforge.pldoc |
ArtifactId | ArtifactIdpldoc |
Version | Version1.3.5 |
Type | Typejar |
Filename | Size |
---|---|
pldoc-1.3.5.pom | |
pldoc-1.3.5.jar | 224 KB |
pldoc-1.3.5-sources.jar | 234 KB |
pldoc-1.3.5-javadoc.jar | 204 KB |
pldoc-1.3.5-jar-with-dependencies.jar | 6 MB |
pldoc-1.3.5-distribution.zip | 6 MB |
pldoc-1.3.5-distribution.tgz | 1 KB |
pldoc-1.3.5-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.5</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.pldoc/pldoc/
implementation 'net.sourceforge.pldoc:pldoc:1.3.5'
// https://jarcasting.com/artifacts/net.sourceforge.pldoc/pldoc/
implementation ("net.sourceforge.pldoc:pldoc:1.3.5")
'net.sourceforge.pldoc:pldoc:jar:1.3.5'
<dependency org="net.sourceforge.pldoc" name="pldoc" rev="1.3.5">
<artifact name="pldoc" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.pldoc', module='pldoc', version='1.3.5')
)
libraryDependencies += "net.sourceforge.pldoc" % "pldoc" % "1.3.5"
[net.sourceforge.pldoc/pldoc "1.3.5"]