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