| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.houbb |
| Идентификатор | Идентификаторthread |
| Последняя версия | Последняя версия1.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеthread
thread4j
|
| Имя Файла | Размер |
|---|---|
| thread-1.0.pom | 6 KB |
| Обзор |
<!-- 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"]