GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdmarked |
Version | Version0.3.2 |
Type | Typejar |
Filename | Size |
---|---|
marked-0.3.2.pom | |
marked-0.3.2.jar | 9 KB |
marked-0.3.2-javadoc.jar | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/marked/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>marked</artifactId>
<version>0.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/marked/
implementation 'org.webjars:marked:0.3.2'
// https://jarcasting.com/artifacts/org.webjars/marked/
implementation ("org.webjars:marked:0.3.2")
'org.webjars:marked:jar:0.3.2'
<dependency org="org.webjars" name="marked" rev="0.3.2">
<artifact name="marked" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='marked', version='0.3.2')
)
libraryDependencies += "org.webjars" % "marked" % "0.3.2"
[org.webjars/marked "0.3.2"]