is not current version
Last Version 1.7.2

com.github.houbb:sandglass 0.0.3

The time schedule framework for java.

GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

sandglass
Version

Version

0.0.3
Type

Type

pom

Download sandglass 0.0.3

Filename Size
sandglass-0.0.3.pom 11 KB
Browse

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