is not current version
Last Version 1.1.0

com.ibm.mdfromhtml:MarkdownGenerator 1.0.0

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.

GroupId

GroupId

com.ibm.mdfromhtml
ArtifactId

ArtifactId

MarkdownGenerator
Version

Version

1.0.0
Type

Type

jar

Download MarkdownGenerator 1.0.0


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