Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdng2-auto-complete |
Version | Version0.7.3 |
Type | Typejar |
Filename | Size |
---|---|
ng2-auto-complete-0.7.3.pom | |
ng2-auto-complete-0.7.3.jar | 35 KB |
ng2-auto-complete-0.7.3-sources.jar | 22 bytes |
ng2-auto-complete-0.7.3-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/ng2-auto-complete/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>ng2-auto-complete</artifactId>
<version>0.7.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/ng2-auto-complete/
implementation 'org.webjars.npm:ng2-auto-complete:0.7.3'
// https://jarcasting.com/artifacts/org.webjars.npm/ng2-auto-complete/
implementation ("org.webjars.npm:ng2-auto-complete:0.7.3")
'org.webjars.npm:ng2-auto-complete:jar:0.7.3'
<dependency org="org.webjars.npm" name="ng2-auto-complete" rev="0.7.3">
<artifact name="ng2-auto-complete" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='ng2-auto-complete', version='0.7.3')
)
libraryDependencies += "org.webjars.npm" % "ng2-auto-complete" % "0.7.3"
[org.webjars.npm/ng2-auto-complete "0.7.3"]