| License |
License |
|---|---|
| GroupId | GroupIdde.unkrig |
| ArtifactId | ArtifactIddoclet-cs |
| Last Version | Last Version1.1.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionThe CheckStyle doclet
Cs-doclet is a JAVADOC doclet that generates the metadata files for CheckStyle and eclipse-cs from annotations and 'doc tags' in the source code of your checks and filters.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| doclet-cs-1.1.2.pom | |
| doclet-cs-1.1.2.jar | 61 KB |
| doclet-cs-1.1.2-sources.jar | 38 KB |
| doclet-cs-1.1.2-javadoc.jar | 107 KB |
| doclet-cs-1.1.2-jar-with-dependencies.jar | 8 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.unkrig/doclet-cs/ -->
<dependency>
<groupId>de.unkrig</groupId>
<artifactId>doclet-cs</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/de.unkrig/doclet-cs/
implementation 'de.unkrig:doclet-cs:1.1.2'
// https://jarcasting.com/artifacts/de.unkrig/doclet-cs/
implementation ("de.unkrig:doclet-cs:1.1.2")
'de.unkrig:doclet-cs:jar:1.1.2'
<dependency org="de.unkrig" name="doclet-cs" rev="1.1.2">
<artifact name="doclet-cs" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.unkrig', module='doclet-cs', version='1.1.2')
)
libraryDependencies += "de.unkrig" % "doclet-cs" % "1.1.2"
[de.unkrig/doclet-cs "1.1.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.sun » tools | jar | 1.8.0 |
| de.unkrig.commons : commons-doclet | jar | 1.2.10 |
| de.unkrig.commons : commons-text | jar | 1.2.10 |
| de.unkrig.commons : commons-util | jar | 1.2.10 |
| de.unkrig : doclet-cs-annotation | jar | 1.1.0 |
| de.unkrig : no-template-core | jar | 1.0.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |