is not current version
Last Version 1.7.2

com.github.houbb:sandglass 1.2.0

The time schedule framework for java.

GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

sandglass
Version

Version

1.2.0
Type

Type

pom

Download sandglass 1.2.0

Filename Size
sandglass-1.2.0.pom 12 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.houbb/sandglass/ -->
<dependency>
    <groupId>com.github.houbb</groupId>
    <artifactId>sandglass</artifactId>
    <version>1.2.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/sandglass/
implementation 'com.github.houbb:sandglass:1.2.0'
// https://jarcasting.com/artifacts/com.github.houbb/sandglass/
implementation ("com.github.houbb:sandglass:1.2.0")
'com.github.houbb:sandglass:pom:1.2.0'
<dependency org="com.github.houbb" name="sandglass" rev="1.2.0">
  <artifact name="sandglass" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='sandglass', version='1.2.0')
)
libraryDependencies += "com.github.houbb" % "sandglass" % "1.2.0"
[com.github.houbb/sandglass "1.2.0"]