Last Version

Javadoc to Properties Converter 0.0.5

This library generates a properties file from Java source files' Javadocs. It is implemented as Doclet and to be used together with `javadoc`.

License

License

GroupId

GroupId

de.ohmesoftware
ArtifactId

ArtifactId

javadoctoproperties
Version

Version

0.0.5
Type

Type

jar
Description

Description

Javadoc to Properties Converter
This library generates a properties file from Java source files' Javadocs. It is implemented as Doclet and to be used together with `javadoc`.
Project URL

Project URL

https://github.com/kaoh/javadoctoproperties
Source Code Management

Source Code Management

https://github.com/kaoh/javadoctoproperties/tree/master

Download javadoctoproperties 0.0.5


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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.2

system (1)

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

Project Modules

There are no modules declared in this project.