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