не последняя версия
Последняя версия 0.3.0

com.github.houbb:idoc 0.0.1

Generate doc for java project.

Группа

Группа

com.github.houbb
Идентификатор

Идентификатор

idoc
Версия

Версия

0.0.1
Тип

Тип

pom

Скачать idoc 0.0.1

Имя Файла Размер
idoc-0.0.1.pom 13 KB
Обзор

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