is not current version
Last Version 1.7.2

com.github.houbb:sandglass 0.0.4

The time schedule framework for java.

GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

sandglass
Version

Version

0.0.4
Type

Type

pom

Download sandglass 0.0.4

Filename Size
sandglass-0.0.4.pom 11 KB
Browse

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