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