Last Version

com.fangdd:doclet 1.0.0

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

License

License

GroupId

GroupId

com.fangdd
ArtifactId

ArtifactId

doclet
Version

Version

1.0.0
Type

Type

jar
Description

Description

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

Project URL

http://doc.duoec.com/doclet

Download doclet 1.0.0


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

Dependencies

compile (6)

Group / Artifact Type Version
com.fangdd : doclet-render jar 1.0.0
com.fangdd : doclet-pojo jar 1.0.0
org.dom4j : dom4j jar 2.1.1
com.alibaba : fastjson jar 1.2.61
com.squareup.okhttp3 : okhttp jar 3.12.0
com.google.guava : guava jar 26.0-jre

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

system (1)

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

Project Modules

There are no modules declared in this project.