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