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