License |
License |
---|---|
GroupId | GroupIdcom.github.rjeschke |
ArtifactId | ArtifactIdtxtmark |
Last Version | Last Version0.13 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiontxtmark
Markdown parser for the JVM
|
Project URL |
Project URL |
Filename | Size |
---|---|
txtmark-0.13.pom | |
txtmark-0.13.jar | 46 KB |
txtmark-0.13-sources.jar | 33 KB |
txtmark-0.13-javadoc.jar | 73 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.rjeschke/txtmark/ -->
<dependency>
<groupId>com.github.rjeschke</groupId>
<artifactId>txtmark</artifactId>
<version>0.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rjeschke/txtmark/
implementation 'com.github.rjeschke:txtmark:0.13'
// https://jarcasting.com/artifacts/com.github.rjeschke/txtmark/
implementation ("com.github.rjeschke:txtmark:0.13")
'com.github.rjeschke:txtmark:jar:0.13'
<dependency org="com.github.rjeschke" name="txtmark" rev="0.13">
<artifact name="txtmark" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rjeschke', module='txtmark', version='0.13')
)
libraryDependencies += "com.github.rjeschke" % "txtmark" % "0.13"
[com.github.rjeschke/txtmark "0.13"]