GroupId | GroupIdcom.github.tkqubo |
---|---|
ArtifactId | ArtifactIdhtml-to-markdown |
Version | Version0.3.1 |
Type | Typejar |
Filename | Size |
---|---|
html-to-markdown-0.3.1.pom | |
html-to-markdown-0.3.1.jar | 93 KB |
html-to-markdown-0.3.1-sources.jar | 8 KB |
html-to-markdown-0.3.1-javadoc.jar | 384 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tkqubo/html-to-markdown/ -->
<dependency>
<groupId>com.github.tkqubo</groupId>
<artifactId>html-to-markdown</artifactId>
<version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tkqubo/html-to-markdown/
implementation 'com.github.tkqubo:html-to-markdown:0.3.1'
// https://jarcasting.com/artifacts/com.github.tkqubo/html-to-markdown/
implementation ("com.github.tkqubo:html-to-markdown:0.3.1")
'com.github.tkqubo:html-to-markdown:jar:0.3.1'
<dependency org="com.github.tkqubo" name="html-to-markdown" rev="0.3.1">
<artifact name="html-to-markdown" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tkqubo', module='html-to-markdown', version='0.3.1')
)
libraryDependencies += "com.github.tkqubo" % "html-to-markdown" % "0.3.1"
[com.github.tkqubo/html-to-markdown "0.3.1"]