is not current version
Last Version 1.0.16

io.github.gitbucket:markedj 1.0.14

JVM port of graceful markdown processor marked.js

GroupId

GroupId

io.github.gitbucket
ArtifactId

ArtifactId

markedj
Version

Version

1.0.14
Type

Type

jar

Download markedj 1.0.14


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