License |
License |
---|---|
GroupId | GroupIdcom.addthis |
ArtifactId | ArtifactIdcronus |
Version | Version0.1.0 |
Type | Typejar |
Description |
Descriptioncronus
lightweight cron library for java
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
cronus-0.1.0.pom | |
cronus-0.1.0.jar | 26 KB |
cronus-0.1.0-sources.jar | 13 KB |
cronus-0.1.0-javadoc.jar | 61 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.addthis/cronus/ -->
<dependency>
<groupId>com.addthis</groupId>
<artifactId>cronus</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.addthis/cronus/
implementation 'com.addthis:cronus:0.1.0'
// https://jarcasting.com/artifacts/com.addthis/cronus/
implementation ("com.addthis:cronus:0.1.0")
'com.addthis:cronus:jar:0.1.0'
<dependency org="com.addthis" name="cronus" rev="0.1.0">
<artifact name="cronus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.addthis', module='cronus', version='0.1.0')
)
libraryDependencies += "com.addthis" % "cronus" % "0.1.0"
[com.addthis/cronus "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 17.0 |
com.google.code.findbugs : jsr305 | jar | 2.0.3 |
org.slf4j : slf4j-api | jar | 1.7.7 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-simple | jar | 1.7.7 |
junit : junit | jar | 4.11 |