GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdmaterial-ui__system |
Version | Version3.0.0-alpha.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/material-ui__system/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>material-ui__system</artifactId>
<version>3.0.0-alpha.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/material-ui__system/
implementation 'org.webjars.npm:material-ui__system:3.0.0-alpha.2'
// https://jarcasting.com/artifacts/org.webjars.npm/material-ui__system/
implementation ("org.webjars.npm:material-ui__system:3.0.0-alpha.2")
'org.webjars.npm:material-ui__system:jar:3.0.0-alpha.2'
<dependency org="org.webjars.npm" name="material-ui__system" rev="3.0.0-alpha.2">
<artifact name="material-ui__system" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='material-ui__system', version='3.0.0-alpha.2')
)
libraryDependencies += "org.webjars.npm" % "material-ui__system" % "3.0.0-alpha.2"
[org.webjars.npm/material-ui__system "3.0.0-alpha.2"]