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