| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.techyourchance |
| Идентификатор | Идентификаторthreadposter |
| Версия | Версия1.0.1 |
| Тип | Типaar |
| Описание |
Описаниеthreadposter
Lightweight library for unit testable and expressive multi-threading in Android.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| threadposter-1.0.1.pom | |
| threadposter-1.0.1-sources.jar | 4 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.techyourchance/threadposter/ -->
<dependency>
<groupId>com.techyourchance</groupId>
<artifactId>threadposter</artifactId>
<version>1.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.techyourchance/threadposter/
implementation 'com.techyourchance:threadposter:1.0.1'
// https://jarcasting.com/artifacts/com.techyourchance/threadposter/
implementation ("com.techyourchance:threadposter:1.0.1")
'com.techyourchance:threadposter:aar:1.0.1'
<dependency org="com.techyourchance" name="threadposter" rev="1.0.1">
<artifact name="threadposter" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.techyourchance', module='threadposter', version='1.0.1')
)
libraryDependencies += "com.techyourchance" % "threadposter" % "1.0.1"
[com.techyourchance/threadposter "1.0.1"]