is not current version
Last Version 1.0.1

com.github.houbb:doc-api 1.0.0

This project is define annotation for define doc, should be use with the maven-doc-plugin.

GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

doc-api
Version

Version

1.0.0
Type

Type

jar

Download doc-api 1.0.0


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