Categories |
CategoriesAngular User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdangular2-material__input |
Version | Version2.0.0-alpha.7-3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/angular2-material__input/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>angular2-material__input</artifactId>
<version>2.0.0-alpha.7-3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/angular2-material__input/
implementation 'org.webjars.npm:angular2-material__input:2.0.0-alpha.7-3'
// https://jarcasting.com/artifacts/org.webjars.npm/angular2-material__input/
implementation ("org.webjars.npm:angular2-material__input:2.0.0-alpha.7-3")
'org.webjars.npm:angular2-material__input:jar:2.0.0-alpha.7-3'
<dependency org="org.webjars.npm" name="angular2-material__input" rev="2.0.0-alpha.7-3">
<artifact name="angular2-material__input" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='angular2-material__input', version='2.0.0-alpha.7-3')
)
libraryDependencies += "org.webjars.npm" % "angular2-material__input" % "2.0.0-alpha.7-3"
[org.webjars.npm/angular2-material__input "2.0.0-alpha.7-3"]