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