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