GroupId | GroupIdcom.github.tkqubo |
---|---|
ArtifactId | ArtifactIdhtml-to-markdown |
Version | Version0.2.3 |
Type | Typejar |
Filename | Size |
---|---|
html-to-markdown-0.2.3.pom | |
html-to-markdown-0.2.3.jar | 65 KB |
html-to-markdown-0.2.3-sources.jar | 6 KB |
html-to-markdown-0.2.3-javadoc.jar | 379 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.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tkqubo/html-to-markdown/
implementation 'com.github.tkqubo:html-to-markdown:0.2.3'
// https://jarcasting.com/artifacts/com.github.tkqubo/html-to-markdown/
implementation ("com.github.tkqubo:html-to-markdown:0.2.3")
'com.github.tkqubo:html-to-markdown:jar:0.2.3'
<dependency org="com.github.tkqubo" name="html-to-markdown" rev="0.2.3">
<artifact name="html-to-markdown" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tkqubo', module='html-to-markdown', version='0.2.3')
)
libraryDependencies += "com.github.tkqubo" % "html-to-markdown" % "0.2.3"
[com.github.tkqubo/html-to-markdown "0.2.3"]