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