License |
License |
---|---|
GroupId | GroupIdcom.ibm.mdfromhtml |
ArtifactId | ArtifactIdMarkdownGenerator |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMarkdownGenerator
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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
com.ibm.mdfromhtml : remark | jar | 1.1.0 |
com.ibm.mdfromhtml : MDfromHTMLBase | jar | 1.1.0 |
com.github.wnm3 : API4JSON | jar | 2.0.2 |
Group / Artifact | Type | Version |
---|---|---|
net.wasdev.maven.tools.targets : liberty-target | pom | 21.0.0.9 |