| GroupId | GroupIdorg.webjars.bower |
|---|---|
| ArtifactId | ArtifactIdjquery.countdown |
| Version | Version2.1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jquery.countdown-2.1.0.pom | |
| jquery.countdown-2.1.0.jar | 12 KB |
| jquery.countdown-2.1.0-sources.jar | 22 bytes |
| jquery.countdown-2.1.0-javadoc.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.bower/jquery.countdown/ -->
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>jquery.countdown</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/jquery.countdown/
implementation 'org.webjars.bower:jquery.countdown:2.1.0'
// https://jarcasting.com/artifacts/org.webjars.bower/jquery.countdown/
implementation ("org.webjars.bower:jquery.countdown:2.1.0")
'org.webjars.bower:jquery.countdown:jar:2.1.0'
<dependency org="org.webjars.bower" name="jquery.countdown" rev="2.1.0">
<artifact name="jquery.countdown" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='jquery.countdown', version='2.1.0')
)
libraryDependencies += "org.webjars.bower" % "jquery.countdown" % "2.1.0"
[org.webjars.bower/jquery.countdown "2.1.0"]