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