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