| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.telly |
| Идентификатор | Идентификаторgroundy-compiler |
| Последняя версия | Последняя версия1.5 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеGroundy project
Fancy way to execute async/background tasks on Android
|
| Имя Файла | Размер |
|---|---|
| groundy-compiler-1.5.pom | |
| groundy-compiler-1.5.jar | 14 KB |
| groundy-compiler-1.5-sources.jar | 6 KB |
| groundy-compiler-1.5-javadoc.jar | 20 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.telly/groundy-compiler/ -->
<dependency>
<groupId>com.telly</groupId>
<artifactId>groundy-compiler</artifactId>
<version>1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.telly/groundy-compiler/
implementation 'com.telly:groundy-compiler:1.5'
// https://jarcasting.com/artifacts/com.telly/groundy-compiler/
implementation ("com.telly:groundy-compiler:1.5")
'com.telly:groundy-compiler:jar:1.5'
<dependency org="com.telly" name="groundy-compiler" rev="1.5">
<artifact name="groundy-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.telly', module='groundy-compiler', version='1.5')
)
libraryDependencies += "com.telly" % "groundy-compiler" % "1.5"
[com.telly/groundy-compiler "1.5"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.telly : groundy | jar | 1.5 |
| com.squareup : javawriter | jar | 2.2.1 |