Categories |
CategoriesGithub Development Tools Version Controls |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdgithub-com-mui-org-material-ui |
Version | Version1.3.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/github-com-mui-org-material-ui/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>github-com-mui-org-material-ui</artifactId>
<version>1.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-mui-org-material-ui/
implementation 'org.webjars.npm:github-com-mui-org-material-ui:1.3.1'
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-mui-org-material-ui/
implementation ("org.webjars.npm:github-com-mui-org-material-ui:1.3.1")
'org.webjars.npm:github-com-mui-org-material-ui:jar:1.3.1'
<dependency org="org.webjars.npm" name="github-com-mui-org-material-ui" rev="1.3.1">
<artifact name="github-com-mui-org-material-ui" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='github-com-mui-org-material-ui', version='1.3.1')
)
libraryDependencies += "org.webjars.npm" % "github-com-mui-org-material-ui" % "1.3.1"
[org.webjars.npm/github-com-mui-org-material-ui "1.3.1"]