Categories |
CategoriesGithub Development Tools Version Controls |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdgithub-markdown-css |
Version | Version2.10.0 |
Type | Typejar |
Filename | Size |
---|---|
github-markdown-css-2.10.0.pom | |
github-markdown-css-2.10.0.jar | 8 KB |
github-markdown-css-2.10.0-sources.jar | 22 bytes |
github-markdown-css-2.10.0-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/github-markdown-css/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>github-markdown-css</artifactId>
<version>2.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/github-markdown-css/
implementation 'org.webjars.npm:github-markdown-css:2.10.0'
// https://jarcasting.com/artifacts/org.webjars.npm/github-markdown-css/
implementation ("org.webjars.npm:github-markdown-css:2.10.0")
'org.webjars.npm:github-markdown-css:jar:2.10.0'
<dependency org="org.webjars.npm" name="github-markdown-css" rev="2.10.0">
<artifact name="github-markdown-css" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='github-markdown-css', version='2.10.0')
)
libraryDependencies += "org.webjars.npm" % "github-markdown-css" % "2.10.0"
[org.webjars.npm/github-markdown-css "2.10.0"]