GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdbootstrap-tokenfield |
Version | Version0.12.0 |
Type | Typejar |
Filename | Size |
---|---|
bootstrap-tokenfield-0.12.0.pom | |
bootstrap-tokenfield-0.12.0.jar | 21 KB |
bootstrap-tokenfield-0.12.0-javadoc.jar | 17 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/bootstrap-tokenfield/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>bootstrap-tokenfield</artifactId>
<version>0.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/bootstrap-tokenfield/
implementation 'org.webjars:bootstrap-tokenfield:0.12.0'
// https://jarcasting.com/artifacts/org.webjars/bootstrap-tokenfield/
implementation ("org.webjars:bootstrap-tokenfield:0.12.0")
'org.webjars:bootstrap-tokenfield:jar:0.12.0'
<dependency org="org.webjars" name="bootstrap-tokenfield" rev="0.12.0">
<artifact name="bootstrap-tokenfield" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='bootstrap-tokenfield', version='0.12.0')
)
libraryDependencies += "org.webjars" % "bootstrap-tokenfield" % "0.12.0"
[org.webjars/bootstrap-tokenfield "0.12.0"]