| License |
License
BSD
|
|---|---|
| GroupId | GroupIdorg.webjars |
| ArtifactId | ArtifactIdshowdown |
| Version | Version1.3.0 |
| Type | Typejar |
| Description |
DescriptionShowdown
WebJar for Showdown
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| showdown-1.3.0.pom | |
| showdown-1.3.0.jar | 121 KB |
| showdown-1.3.0-javadoc.jar | 114 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/showdown/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>showdown</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/showdown/
implementation 'org.webjars:showdown:1.3.0'
// https://jarcasting.com/artifacts/org.webjars/showdown/
implementation ("org.webjars:showdown:1.3.0")
'org.webjars:showdown:jar:1.3.0'
<dependency org="org.webjars" name="showdown" rev="1.3.0">
<artifact name="showdown" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='showdown', version='1.3.0')
)
libraryDependencies += "org.webjars" % "showdown" % "1.3.0"
[org.webjars/showdown "1.3.0"]