Last Version

doklet 1.0

This is a modification to the standard doclet that allows http://server/path/to/index.html?ShortClassName to automatically expands to: http://server/path/to/index.html?fully/qualified/ClassName.html This makes it easier to reference javadoc

License

License

GroupId

GroupId

org.kohsuke
ArtifactId

ArtifactId

doklet
Version

Version

1.0
Type

Type

jar
Description

Description

doklet
This is a modification to the standard doclet that allows http://server/path/to/index.html?ShortClassName to automatically expands to: http://server/path/to/index.html?fully/qualified/ClassName.html This makes it easier to reference javadoc

Download doklet 1.0


<!-- https://jarcasting.com/artifacts/org.kohsuke/doklet/ -->
<dependency>
    <groupId>org.kohsuke</groupId>
    <artifactId>doklet</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.kohsuke/doklet/
implementation 'org.kohsuke:doklet:1.0'
// https://jarcasting.com/artifacts/org.kohsuke/doklet/
implementation ("org.kohsuke:doklet:1.0")
'org.kohsuke:doklet:jar:1.0'
<dependency org="org.kohsuke" name="doklet" rev="1.0">
  <artifact name="doklet" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kohsuke', module='doklet', version='1.0')
)
libraryDependencies += "org.kohsuke" % "doklet" % "1.0"
[org.kohsuke/doklet "1.0"]

Dependencies

compile (1)

Group / Artifact Type Version
commons-io : commons-io jar 2.4

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

system (1)

Group / Artifact Type Version
com.sun.tools » tools jar 1.7

Project Modules

There are no modules declared in this project.