| License |
License |
|---|---|
| GroupId | GroupIdcom.github.houbb |
| ArtifactId | ArtifactIdthread |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionthread
thread4j
|
| Filename | Size |
|---|---|
| thread-1.0.pom | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.houbb/thread/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>thread</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/thread/
implementation 'com.github.houbb:thread:1.0'
// https://jarcasting.com/artifacts/com.github.houbb/thread/
implementation ("com.github.houbb:thread:1.0")
'com.github.houbb:thread:pom:1.0'
<dependency org="com.github.houbb" name="thread" rev="1.0">
<artifact name="thread" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='thread', version='1.0')
)
libraryDependencies += "com.github.houbb" % "thread" % "1.0"
[com.github.houbb/thread "1.0"]