Categories |
CategoriesAngular User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdangular2-materialize |
Version | Version5.1.0 |
Type | Typejar |
Filename | Size |
---|---|
angular2-materialize-5.1.0.pom | |
angular2-materialize-5.1.0.jar | 35 KB |
angular2-materialize-5.1.0-sources.jar | 22 bytes |
angular2-materialize-5.1.0-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/angular2-materialize/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>angular2-materialize</artifactId>
<version>5.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/angular2-materialize/
implementation 'org.webjars.npm:angular2-materialize:5.1.0'
// https://jarcasting.com/artifacts/org.webjars.npm/angular2-materialize/
implementation ("org.webjars.npm:angular2-materialize:5.1.0")
'org.webjars.npm:angular2-materialize:jar:5.1.0'
<dependency org="org.webjars.npm" name="angular2-materialize" rev="5.1.0">
<artifact name="angular2-materialize" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='angular2-materialize', version='5.1.0')
)
libraryDependencies += "org.webjars.npm" % "angular2-materialize" % "5.1.0"
[org.webjars.npm/angular2-materialize "5.1.0"]