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