License |
License |
---|---|
GroupId | GroupIdcom.github.houbb |
ArtifactId | ArtifactIdwait |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionwait
The wait baisc tool for java.
|
Filename | Size |
---|---|
wait-0.0.1.pom | |
wait-0.0.1.jar | 6 KB |
wait-0.0.1-sources.jar | 3 KB |
wait-0.0.1-javadoc.jar | 58 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.houbb/wait/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>wait</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/wait/
implementation 'com.github.houbb:wait:0.0.1'
// https://jarcasting.com/artifacts/com.github.houbb/wait/
implementation ("com.github.houbb:wait:0.0.1")
'com.github.houbb:wait:jar:0.0.1'
<dependency org="com.github.houbb" name="wait" rev="0.0.1">
<artifact name="wait" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='wait', version='0.0.1')
)
libraryDependencies += "com.github.houbb" % "wait" % "0.0.1"
[com.github.houbb/wait "0.0.1"]