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