| License | License | 
|---|---|
| GroupId | GroupIdorg.kohsuke | 
| ArtifactId | ArtifactIddoklet | 
| Last Version | Last Version1.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptiondoklet 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 | 
| Filename | Size | 
|---|---|
| doklet-1.0.pom | |
| doklet-1.0.jar | 6 KB | 
| doklet-1.0-sources.jar | 3 KB | 
| doklet-1.0-javadoc.jar | 41 KB | 
| Browse | 
<!-- 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"]| Group / Artifact | Type | Version | 
|---|---|---|
| commons-io : commons-io | jar | 2.4 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 3.8.1 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| com.sun.tools » tools | jar | 1.7 |