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