GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdmaterial-colors |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
material-colors-1.2.0.pom | |
material-colors-1.2.0.jar | 28 KB |
material-colors-1.2.0-sources.jar | 22 bytes |
material-colors-1.2.0-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/material-colors/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>material-colors</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/material-colors/
implementation 'org.webjars.npm:material-colors:1.2.0'
// https://jarcasting.com/artifacts/org.webjars.npm/material-colors/
implementation ("org.webjars.npm:material-colors:1.2.0")
'org.webjars.npm:material-colors:jar:1.2.0'
<dependency org="org.webjars.npm" name="material-colors" rev="1.2.0">
<artifact name="material-colors" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='material-colors', version='1.2.0')
)
libraryDependencies += "org.webjars.npm" % "material-colors" % "1.2.0"
[org.webjars.npm/material-colors "1.2.0"]