| GroupId | GroupIdorg.webjars.npm |
|---|---|
| ArtifactId | ArtifactIdng2-tag-input |
| Version | Version0.2.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| ng2-tag-input-0.2.1.pom | |
| ng2-tag-input-0.2.1.jar | 41 KB |
| ng2-tag-input-0.2.1-sources.jar | 22 bytes |
| ng2-tag-input-0.2.1-javadoc.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/ng2-tag-input/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>ng2-tag-input</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/ng2-tag-input/
implementation 'org.webjars.npm:ng2-tag-input:0.2.1'
// https://jarcasting.com/artifacts/org.webjars.npm/ng2-tag-input/
implementation ("org.webjars.npm:ng2-tag-input:0.2.1")
'org.webjars.npm:ng2-tag-input:jar:0.2.1'
<dependency org="org.webjars.npm" name="ng2-tag-input" rev="0.2.1">
<artifact name="ng2-tag-input" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='ng2-tag-input', version='0.2.1')
)
libraryDependencies += "org.webjars.npm" % "ng2-tag-input" % "0.2.1"
[org.webjars.npm/ng2-tag-input "0.2.1"]