| Категории |
КатегорииБезопасность |
|---|---|
| Группа | Группаorg.wso2.appserver |
| Идентификатор | Идентификаторsecurity-check |
| Версия | Версия5.3.0-beta1 |
| Тип | Типwar |
| Имя Файла | Размер |
|---|---|
| security-check-5.3.0-beta1.pom | |
| security-check-5.3.0-beta1.war | 18 KB |
| security-check-5.3.0-beta1-sources.jar | 9 KB |
| security-check-5.3.0-beta1-javadoc.jar | 53 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.wso2.appserver/security-check/ -->
<dependency>
<groupId>org.wso2.appserver</groupId>
<artifactId>security-check</artifactId>
<version>5.3.0-beta1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.appserver/security-check/
implementation 'org.wso2.appserver:security-check:5.3.0-beta1'
// https://jarcasting.com/artifacts/org.wso2.appserver/security-check/
implementation ("org.wso2.appserver:security-check:5.3.0-beta1")
'org.wso2.appserver:security-check:war:5.3.0-beta1'
<dependency org="org.wso2.appserver" name="security-check" rev="5.3.0-beta1">
<artifact name="security-check" type="war" />
</dependency>
@Grapes(
@Grab(group='org.wso2.appserver', module='security-check', version='5.3.0-beta1')
)
libraryDependencies += "org.wso2.appserver" % "security-check" % "5.3.0-beta1"
[org.wso2.appserver/security-check "5.3.0-beta1"]