is not current version
Last Version 0.3.0

com.github.houbb:idoc 0.2.0

Generate doc for java project.

GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

idoc
Version

Version

0.2.0
Type

Type

pom

Download idoc 0.2.0

Filename Size
idoc-0.2.0.pom 14 KB
Browse

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