Categories |
CategoriesAngular User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdangular2-materialize |
Version | Version2.1.4 |
Type | Typejar |
Filename | Size |
---|---|
angular2-materialize-2.1.4.pom | |
angular2-materialize-2.1.4.jar | 30 KB |
angular2-materialize-2.1.4-sources.jar | 22 bytes |
angular2-materialize-2.1.4-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>2.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/angular2-materialize/
implementation 'org.webjars.npm:angular2-materialize:2.1.4'
// https://jarcasting.com/artifacts/org.webjars.npm/angular2-materialize/
implementation ("org.webjars.npm:angular2-materialize:2.1.4")
'org.webjars.npm:angular2-materialize:jar:2.1.4'
<dependency org="org.webjars.npm" name="angular2-materialize" rev="2.1.4">
<artifact name="angular2-materialize" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='angular2-materialize', version='2.1.4')
)
libraryDependencies += "org.webjars.npm" % "angular2-materialize" % "2.1.4"
[org.webjars.npm/angular2-materialize "2.1.4"]