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