| Категории |
КатегорииAnt Компиляция и сборка |
|---|---|
| Группа | Группаorg.wso2.is |
| Идентификатор | Идентификаторcustom-grant |
| Версия | Версия5.4.1-update4 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| custom-grant-5.4.1-update4.pom | |
| custom-grant-5.4.1-update4.jar | 19 KB |
| custom-grant-5.4.1-update4-sources.jar | 17 KB |
| custom-grant-5.4.1-update4-javadoc.jar | 58 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.wso2.is/custom-grant/ -->
<dependency>
<groupId>org.wso2.is</groupId>
<artifactId>custom-grant</artifactId>
<version>5.4.1-update4</version>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.is/custom-grant/
implementation 'org.wso2.is:custom-grant:5.4.1-update4'
// https://jarcasting.com/artifacts/org.wso2.is/custom-grant/
implementation ("org.wso2.is:custom-grant:5.4.1-update4")
'org.wso2.is:custom-grant:jar:5.4.1-update4'
<dependency org="org.wso2.is" name="custom-grant" rev="5.4.1-update4">
<artifact name="custom-grant" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wso2.is', module='custom-grant', version='5.4.1-update4')
)
libraryDependencies += "org.wso2.is" % "custom-grant" % "5.4.1-update4"
[org.wso2.is/custom-grant "5.4.1-update4"]