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