| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.wso2.ei |
| Идентификатор | Идентификаторcomponents |
| Версия | Версия4.1.0-m2 |
| Тип | Типpom |
| Описание |
ОписаниеWSO2 Micro Integrator tooling
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| components-4.1.0-m2.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.wso2.ei/components/ -->
<dependency>
<groupId>org.wso2.ei</groupId>
<artifactId>components</artifactId>
<version>4.1.0-m2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.ei/components/
implementation 'org.wso2.ei:components:4.1.0-m2'
// https://jarcasting.com/artifacts/org.wso2.ei/components/
implementation ("org.wso2.ei:components:4.1.0-m2")
'org.wso2.ei:components:pom:4.1.0-m2'
<dependency org="org.wso2.ei" name="components" rev="4.1.0-m2">
<artifact name="components" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.ei', module='components', version='4.1.0-m2')
)
libraryDependencies += "org.wso2.ei" % "components" % "4.1.0-m2"
[org.wso2.ei/components "4.1.0-m2"]