| GroupId | GroupIdorg.webjars.bowergithub.granze |
|---|---|
| ArtifactId | ArtifactIdflip-clock |
| Version | Version2.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| flip-clock-2.0.0.pom | |
| flip-clock-2.0.0.jar | 6 KB |
| flip-clock-2.0.0-sources.jar | 22 bytes |
| flip-clock-2.0.0-javadoc.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.bowergithub.granze/flip-clock/ -->
<dependency>
<groupId>org.webjars.bowergithub.granze</groupId>
<artifactId>flip-clock</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bowergithub.granze/flip-clock/
implementation 'org.webjars.bowergithub.granze:flip-clock:2.0.0'
// https://jarcasting.com/artifacts/org.webjars.bowergithub.granze/flip-clock/
implementation ("org.webjars.bowergithub.granze:flip-clock:2.0.0")
'org.webjars.bowergithub.granze:flip-clock:jar:2.0.0'
<dependency org="org.webjars.bowergithub.granze" name="flip-clock" rev="2.0.0">
<artifact name="flip-clock" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bowergithub.granze', module='flip-clock', version='2.0.0')
)
libraryDependencies += "org.webjars.bowergithub.granze" % "flip-clock" % "2.0.0"
[org.webjars.bowergithub.granze/flip-clock "2.0.0"]