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