| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.ibm.mdfromhtml |
| Идентификатор | ИдентификаторMarkdownGenerator |
| Последняя версия | Последняя версия1.1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеMarkdownGenerator
Generate markdown (.md) files from html and url provided in JSON files. The name of the generated files will use the name of the JSON file, and an incrementing number starting with 1 for each JSON file read, and for each html reference within the files.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| MarkdownGenerator-1.1.0.pom | |
| MarkdownGenerator-1.1.0.jar | 107 KB |
| MarkdownGenerator-1.1.0-sources.jar | 94 KB |
| MarkdownGenerator-1.1.0-javadoc.jar | 69 KB |
| MarkdownGenerator-1.1.0-jar-with-dependencies.jar | 3 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.ibm.mdfromhtml/MarkdownGenerator/ -->
<dependency>
<groupId>com.ibm.mdfromhtml</groupId>
<artifactId>MarkdownGenerator</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ibm.mdfromhtml/MarkdownGenerator/
implementation 'com.ibm.mdfromhtml:MarkdownGenerator:1.1.0'
// https://jarcasting.com/artifacts/com.ibm.mdfromhtml/MarkdownGenerator/
implementation ("com.ibm.mdfromhtml:MarkdownGenerator:1.1.0")
'com.ibm.mdfromhtml:MarkdownGenerator:jar:1.1.0'
<dependency org="com.ibm.mdfromhtml" name="MarkdownGenerator" rev="1.1.0">
<artifact name="MarkdownGenerator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ibm.mdfromhtml', module='MarkdownGenerator', version='1.1.0')
)
libraryDependencies += "com.ibm.mdfromhtml" % "MarkdownGenerator" % "1.1.0"
[com.ibm.mdfromhtml/MarkdownGenerator "1.1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.ibm.mdfromhtml : remark | jar | 1.1.0 |
| com.ibm.mdfromhtml : MDfromHTMLBase | jar | 1.1.0 |
| com.github.wnm3 : API4JSON | jar | 2.0.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| net.wasdev.maven.tools.targets : liberty-target | pom | 21.0.0.9 |