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