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