License |
License |
---|---|
GroupId | GroupIdcom.github.priytam |
ArtifactId | ArtifactIdclock |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptionclock
Alarmclock with capabilities of scheduling tasks and execution of recurring and normal task
------------------------------------------
Project version: 1.0.0
Gradle version: 6.1
Documentation: https://priytam.github.io/clock/
------------------------------------------
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
clock-1.0.0.pom | |
clock-1.0.0.jar | 42 KB |
clock-1.0.0-sources.jar | 20 KB |
clock-1.0.0-javadoc.jar | 94 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.priytam/clock/ -->
<dependency>
<groupId>com.github.priytam</groupId>
<artifactId>clock</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.priytam/clock/
implementation 'com.github.priytam:clock:1.0.0'
// https://jarcasting.com/artifacts/com.github.priytam/clock/
implementation ("com.github.priytam:clock:1.0.0")
'com.github.priytam:clock:jar:1.0.0'
<dependency org="com.github.priytam" name="clock" rev="1.0.0">
<artifact name="clock" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.priytam', module='clock', version='1.0.0')
)
libraryDependencies += "com.github.priytam" % "clock" % "1.0.0"
[com.github.priytam/clock "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.priytam : stopwatch | jar | 1.0.0 |
org.apache.commons : commons-collections4 | jar | 4.4 |
concurrent : concurrent | jar | 1.3.4 |
com.google.guava : guava | jar | 28.1-jre |
log4j : log4j | jar | 1.2.16 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |