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