is not current version
Last Version 4.0.16

org.webjars.npm:marked 1.1.1

WebJar for marked

GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

marked
Version

Version

1.1.1
Type

Type

jar

Download marked 1.1.1


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