MVN

tw.teddysoft.ezdoc : ezdoc

Maven & Gradle

Jan 10, 2024

ezdoc · ezdoc is a java tool for annotating knowledge in source code for generating living documentation.

<dependency>
    <groupId>tw.teddysoft.ezdoc</groupId>
    <artifactId>ezdoc</artifactId>
    <version>0.0.2-beta</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tw.teddysoft.ezdoc : ezdoc to add to Maven - Latest Versions:

  • Latest Stable: 0.0.2-beta
  • Latest Beta: 0.0.2-beta

All Versions

Choose a version of tw.teddysoft.ezdoc : ezdoc to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
ezdoc-0.0.2-beta
ezdoc-0.0.1-beta

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>tw.teddysoft.ezdoc</groupId>
    <artifactId>ezdoc</artifactId>
    <version>0.0.2-beta</version>
</dependency>