GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdbootstrap-material-design |
Version | Version4.0.1 |
Type | Typejar |
Filename | Size |
---|---|
bootstrap-material-design-4.0.1.pom | |
bootstrap-material-design-4.0.1.jar | 896 KB |
bootstrap-material-design-4.0.1-sources.jar | 22 bytes |
bootstrap-material-design-4.0.1-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>4.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/bootstrap-material-design/
implementation 'org.webjars.npm:bootstrap-material-design:4.0.1'
// https://jarcasting.com/artifacts/org.webjars.npm/bootstrap-material-design/
implementation ("org.webjars.npm:bootstrap-material-design:4.0.1")
'org.webjars.npm:bootstrap-material-design:jar:4.0.1'
<dependency org="org.webjars.npm" name="bootstrap-material-design" rev="4.0.1">
<artifact name="bootstrap-material-design" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='bootstrap-material-design', version='4.0.1')
)
libraryDependencies += "org.webjars.npm" % "bootstrap-material-design" % "4.0.1"
[org.webjars.npm/bootstrap-material-design "4.0.1"]