| Categories |
CategoriesCLI User Interface |
|---|---|
| GroupId | GroupIdorg.webjars.bower |
| ArtifactId | ArtifactIdfastclick |
| Version | Version0.6.11 |
| Type | Typejar |
| Filename | Size |
|---|---|
| fastclick-0.6.11.pom | |
| fastclick-0.6.11.jar | 13 KB |
| fastclick-0.6.11-sources.jar | 22 bytes |
| fastclick-0.6.11-javadoc.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.bower/fastclick/ -->
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>fastclick</artifactId>
<version>0.6.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/fastclick/
implementation 'org.webjars.bower:fastclick:0.6.11'
// https://jarcasting.com/artifacts/org.webjars.bower/fastclick/
implementation ("org.webjars.bower:fastclick:0.6.11")
'org.webjars.bower:fastclick:jar:0.6.11'
<dependency org="org.webjars.bower" name="fastclick" rev="0.6.11">
<artifact name="fastclick" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='fastclick', version='0.6.11')
)
libraryDependencies += "org.webjars.bower" % "fastclick" % "0.6.11"
[org.webjars.bower/fastclick "0.6.11"]