Last Version

duo-doc 1.0.0

Duo-Doc使用javadoc机制,在项目构建期通过代码、注释的解析,抽取RESTful、Dubbo接口信息。可用于接口文档、接口调用、GraphQL Schema生成等用途。

License

License

GroupId

GroupId

com.fangdd
ArtifactId

ArtifactId

duo-doc
Version

Version

1.0.0
Type

Type

pom
Description

Description

duo-doc
Duo-Doc使用javadoc机制,在项目构建期通过代码、注释的解析,抽取RESTful、Dubbo接口信息。可用于接口文档、接口调用、GraphQL Schema生成等用途。
Project URL

Project URL

http://doc.duoec.com
Source Code Management

Source Code Management

https://github.com/fangdd-open/duo-doc

Download duo-doc 1.0.0

Filename Size
duo-doc-1.0.0.pom 5 KB
Browse

<!-- https://jarcasting.com/artifacts/com.fangdd/duo-doc/ -->
<dependency>
    <groupId>com.fangdd</groupId>
    <artifactId>duo-doc</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.fangdd/duo-doc/
implementation 'com.fangdd:duo-doc:1.0.0'
// https://jarcasting.com/artifacts/com.fangdd/duo-doc/
implementation ("com.fangdd:duo-doc:1.0.0")
'com.fangdd:duo-doc:pom:1.0.0'
<dependency org="com.fangdd" name="duo-doc" rev="1.0.0">
  <artifact name="duo-doc" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.fangdd', module='duo-doc', version='1.0.0')
)
libraryDependencies += "com.fangdd" % "duo-doc" % "1.0.0"
[com.fangdd/duo-doc "1.0.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • doclet
  • doclet-pojo
  • doclet-render