| Лицензия |
Лицензия |
|---|---|
| Группа | Группаde.gematik |
| Идентификатор | Идентификаторdocumentation-plugin |
| Последняя версия | Последняя версия1.2.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеGematik Documentation Gradle Plugin
This Plugin supports easy documentation in AsciiDoc format and also JavaDoc in AsciiDoc format.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| documentation-plugin-1.2.0.pom | |
| documentation-plugin-1.2.0.jar | 43 KB |
| documentation-plugin-1.2.0-sources.jar | 711 bytes |
| documentation-plugin-1.2.0-javadoc.jar | 44 KB |
| documentation-plugin-1.2.0-groovydoc.jar | 44 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/de.gematik/documentation-plugin/ -->
<dependency>
<groupId>de.gematik</groupId>
<artifactId>documentation-plugin</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.gematik/documentation-plugin/
implementation 'de.gematik:documentation-plugin:1.2.0'
// https://jarcasting.com/artifacts/de.gematik/documentation-plugin/
implementation ("de.gematik:documentation-plugin:1.2.0")
'de.gematik:documentation-plugin:jar:1.2.0'
<dependency org="de.gematik" name="documentation-plugin" rev="1.2.0">
<artifact name="documentation-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.gematik', module='documentation-plugin', version='1.2.0')
)
libraryDependencies += "de.gematik" % "documentation-plugin" % "1.2.0"
[de.gematik/documentation-plugin "1.2.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.asciidoctor » asciidoctor-gradle-jvm | jar | 3.3.2 |
| org.asciidoctor.jvm.pdf » org.asciidoctor.jvm.pdf.gradle.plugin | jar | 3.3.2 |