| License |
License |
|---|---|
| GroupId | GroupIdcom.github.houbb |
| ArtifactId | ArtifactIdsandglass |
| Version | Version0.0.9 |
| Type | Typepom |
| Description |
Descriptionsandglass
The time schedule framework for java.
|
| Filename | Size |
|---|---|
| sandglass-0.0.9.pom | 12 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.houbb/sandglass/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>sandglass</artifactId>
<version>0.0.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/sandglass/
implementation 'com.github.houbb:sandglass:0.0.9'
// https://jarcasting.com/artifacts/com.github.houbb/sandglass/
implementation ("com.github.houbb:sandglass:0.0.9")
'com.github.houbb:sandglass:pom:0.0.9'
<dependency org="com.github.houbb" name="sandglass" rev="0.0.9">
<artifact name="sandglass" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='sandglass', version='0.0.9')
)
libraryDependencies += "com.github.houbb" % "sandglass" % "0.0.9"
[com.github.houbb/sandglass "0.0.9"]