GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdbootstrap-material-design |
Version | Version0.5.9 |
Type | Typejar |
Filename | Size |
---|---|
bootstrap-material-design-0.5.9.pom | |
bootstrap-material-design-0.5.9.jar | 1 MB |
bootstrap-material-design-0.5.9-sources.jar | 22 bytes |
bootstrap-material-design-0.5.9-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/bootstrap-material-design/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>bootstrap-material-design</artifactId>
<version>0.5.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/bootstrap-material-design/
implementation 'org.webjars.npm:bootstrap-material-design:0.5.9'
// https://jarcasting.com/artifacts/org.webjars.npm/bootstrap-material-design/
implementation ("org.webjars.npm:bootstrap-material-design:0.5.9")
'org.webjars.npm:bootstrap-material-design:jar:0.5.9'
<dependency org="org.webjars.npm" name="bootstrap-material-design" rev="0.5.9">
<artifact name="bootstrap-material-design" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='bootstrap-material-design', version='0.5.9')
)
libraryDependencies += "org.webjars.npm" % "bootstrap-material-design" % "0.5.9"
[org.webjars.npm/bootstrap-material-design "0.5.9"]