GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdmaterializecss |
Version | Version0.97.7 |
Type | Typejar |
Filename | Size |
---|---|
materializecss-0.97.7.pom | |
materializecss-0.97.7.jar | 1 MB |
materializecss-0.97.7-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/materializecss/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>materializecss</artifactId>
<version>0.97.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/materializecss/
implementation 'org.webjars:materializecss:0.97.7'
// https://jarcasting.com/artifacts/org.webjars/materializecss/
implementation ("org.webjars:materializecss:0.97.7")
'org.webjars:materializecss:jar:0.97.7'
<dependency org="org.webjars" name="materializecss" rev="0.97.7">
<artifact name="materializecss" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='materializecss', version='0.97.7')
)
libraryDependencies += "org.webjars" % "materializecss" % "0.97.7"
[org.webjars/materializecss "0.97.7"]