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