Categories |
CategoriesJavaScript Languages Github Development Tools Version Controls |
---|---|
GroupId | GroupIdorg.webjars.bower |
ArtifactId | ArtifactIdgithub-com-showdownjs-showdown |
Version | Version1.4.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.webjars.bower/github-com-showdownjs-showdown/ -->
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>github-com-showdownjs-showdown</artifactId>
<version>1.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/github-com-showdownjs-showdown/
implementation 'org.webjars.bower:github-com-showdownjs-showdown:1.4.3'
// https://jarcasting.com/artifacts/org.webjars.bower/github-com-showdownjs-showdown/
implementation ("org.webjars.bower:github-com-showdownjs-showdown:1.4.3")
'org.webjars.bower:github-com-showdownjs-showdown:jar:1.4.3'
<dependency org="org.webjars.bower" name="github-com-showdownjs-showdown" rev="1.4.3">
<artifact name="github-com-showdownjs-showdown" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='github-com-showdownjs-showdown', version='1.4.3')
)
libraryDependencies += "org.webjars.bower" % "github-com-showdownjs-showdown" % "1.4.3"
[org.webjars.bower/github-com-showdownjs-showdown "1.4.3"]