| GroupId | GroupIdorg.webjars.bower |
|---|---|
| ArtifactId | ArtifactIdjquery.countdown |
| Version | Version2.0.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jquery.countdown-2.0.4.pom | |
| jquery.countdown-2.0.4.jar | 12 KB |
| jquery.countdown-2.0.4-sources.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.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/jquery.countdown/
implementation 'org.webjars.bower:jquery.countdown:2.0.4'
// https://jarcasting.com/artifacts/org.webjars.bower/jquery.countdown/
implementation ("org.webjars.bower:jquery.countdown:2.0.4")
'org.webjars.bower:jquery.countdown:jar:2.0.4'
<dependency org="org.webjars.bower" name="jquery.countdown" rev="2.0.4">
<artifact name="jquery.countdown" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='jquery.countdown', version='2.0.4')
)
libraryDependencies += "org.webjars.bower" % "jquery.countdown" % "2.0.4"
[org.webjars.bower/jquery.countdown "2.0.4"]