| Категории |
КатегорииGithub Инструменты разработки Контроль версий |
|---|---|
| Группа | Группаorg.webjars.npm |
| Идентификатор | Идентификаторgithub-com-mui-org-material-ui |
| Версия | Версия3.0.0 |
| Тип | Типjar |
<!-- 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>3.0.0</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:3.0.0'
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-mui-org-material-ui/
implementation ("org.webjars.npm:github-com-mui-org-material-ui:3.0.0")
'org.webjars.npm:github-com-mui-org-material-ui:jar:3.0.0'
<dependency org="org.webjars.npm" name="github-com-mui-org-material-ui" rev="3.0.0">
<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='3.0.0')
)
libraryDependencies += "org.webjars.npm" % "github-com-mui-org-material-ui" % "3.0.0"
[org.webjars.npm/github-com-mui-org-material-ui "3.0.0"]