Categories |
CategoriesJavaScript Languages Auto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdvue2-autocomplete-js |
Version | Version0.2.1 |
Type | Typejar |
Filename | Size |
---|---|
vue2-autocomplete-js-0.2.1.pom | |
vue2-autocomplete-js-0.2.1.jar | 331 KB |
vue2-autocomplete-js-0.2.1-sources.jar | 22 bytes |
vue2-autocomplete-js-0.2.1-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/vue2-autocomplete-js/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>vue2-autocomplete-js</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/vue2-autocomplete-js/
implementation 'org.webjars.npm:vue2-autocomplete-js:0.2.1'
// https://jarcasting.com/artifacts/org.webjars.npm/vue2-autocomplete-js/
implementation ("org.webjars.npm:vue2-autocomplete-js:0.2.1")
'org.webjars.npm:vue2-autocomplete-js:jar:0.2.1'
<dependency org="org.webjars.npm" name="vue2-autocomplete-js" rev="0.2.1">
<artifact name="vue2-autocomplete-js" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='vue2-autocomplete-js', version='0.2.1')
)
libraryDependencies += "org.webjars.npm" % "vue2-autocomplete-js" % "0.2.1"
[org.webjars.npm/vue2-autocomplete-js "0.2.1"]