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