GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdmdbootstrap-bootstrap-material-design |
Version | Version4.7.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.webjars/mdbootstrap-bootstrap-material-design/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>mdbootstrap-bootstrap-material-design</artifactId>
<version>4.7.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/mdbootstrap-bootstrap-material-design/
implementation 'org.webjars:mdbootstrap-bootstrap-material-design:4.7.4'
// https://jarcasting.com/artifacts/org.webjars/mdbootstrap-bootstrap-material-design/
implementation ("org.webjars:mdbootstrap-bootstrap-material-design:4.7.4")
'org.webjars:mdbootstrap-bootstrap-material-design:jar:4.7.4'
<dependency org="org.webjars" name="mdbootstrap-bootstrap-material-design" rev="4.7.4">
<artifact name="mdbootstrap-bootstrap-material-design" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='mdbootstrap-bootstrap-material-design', version='4.7.4')
)
libraryDependencies += "org.webjars" % "mdbootstrap-bootstrap-material-design" % "4.7.4"
[org.webjars/mdbootstrap-bootstrap-material-design "4.7.4"]