MVN

de.ohmesoftware : javadoctoproperties

Maven & Gradle

Dec 21, 2021
0 stars

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`.

<dependency>
    <groupId>de.ohmesoftware</groupId>
    <artifactId>javadoctoproperties</artifactId>
    <version>0.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.ohmesoftware : javadoctoproperties to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.5

All Versions

Choose a version of de.ohmesoftware : javadoctoproperties to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
javadoctoproperties-0.0.5
javadoctoproperties-0.0.1

How to add a dependency to Maven

Add the following de.ohmesoftware : javadoctoproperties maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.ohmesoftware</groupId>
    <artifactId>javadoctoproperties</artifactId>
    <version>0.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.ohmesoftware : javadoctoproperties gradle dependency to your build.gradle file:

implementation 'de.ohmesoftware:javadoctoproperties:0.0.5'

Gradle Kotlin DSL: Add the following de.ohmesoftware : javadoctoproperties gradle kotlin dependency to your build.gradle.kts file:

implementation("de.ohmesoftware:javadoctoproperties:0.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.ohmesoftware : javadoctoproperties sbt scala dependency to your build.sbt file:

libraryDependencies += "de.ohmesoftware" % "javadoctoproperties" % "0.0.5"