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