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