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