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