License |
License |
---|---|
GroupId | GroupIdcom.github.houbb |
ArtifactId | ArtifactIdtimer-api |
Last Version | Last Version0.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThe timer tool for java.
|
Filename | Size |
---|---|
timer-api-0.0.4.pom | |
timer-api-0.0.4.jar | 2 KB |
timer-api-0.0.4-sources.jar | 1 KB |
timer-api-0.0.4-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.houbb/timer-api/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>timer-api</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/timer-api/
implementation 'com.github.houbb:timer-api:0.0.4'
// https://jarcasting.com/artifacts/com.github.houbb/timer-api/
implementation ("com.github.houbb:timer-api:0.0.4")
'com.github.houbb:timer-api:jar:0.0.4'
<dependency org="com.github.houbb" name="timer-api" rev="0.0.4">
<artifact name="timer-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='timer-api', version='0.0.4')
)
libraryDependencies += "com.github.houbb" % "timer-api" % "0.0.4"
[com.github.houbb/timer-api "0.0.4"]