is not current version
Last Version 1.0.16

io.github.gitbucket:markedj 1.0.9

JVM port of graceful markdown processor marked.js

GroupId

GroupId

io.github.gitbucket
ArtifactId

ArtifactId

markedj
Version

Version

1.0.9
Type

Type

jar

Download markedj 1.0.9


<!-- https://jarcasting.com/artifacts/io.github.gitbucket/markedj/ -->
<dependency>
    <groupId>io.github.gitbucket</groupId>
    <artifactId>markedj</artifactId>
    <version>1.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.gitbucket/markedj/
implementation 'io.github.gitbucket:markedj:1.0.9'
// https://jarcasting.com/artifacts/io.github.gitbucket/markedj/
implementation ("io.github.gitbucket:markedj:1.0.9")
'io.github.gitbucket:markedj:jar:1.0.9'
<dependency org="io.github.gitbucket" name="markedj" rev="1.0.9">
  <artifact name="markedj" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.gitbucket', module='markedj', version='1.0.9')
)
libraryDependencies += "io.github.gitbucket" % "markedj" % "1.0.9"
[io.github.gitbucket/markedj "1.0.9"]