License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdorg.wso2.carbon.identity |
ArtifactId | ArtifactIdcaptcha-mgt |
Version | Version4.5.2 |
Type | Typepom |
Description |
DescriptionWSO2 Carbon - Captcha Management Module
This is a Carbon bundle that handles the captcha related functionalities.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
captcha-mgt-4.5.2.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.identity/captcha-mgt/ -->
<dependency>
<groupId>org.wso2.carbon.identity</groupId>
<artifactId>captcha-mgt</artifactId>
<version>4.5.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.identity/captcha-mgt/
implementation 'org.wso2.carbon.identity:captcha-mgt:4.5.2'
// https://jarcasting.com/artifacts/org.wso2.carbon.identity/captcha-mgt/
implementation ("org.wso2.carbon.identity:captcha-mgt:4.5.2")
'org.wso2.carbon.identity:captcha-mgt:pom:4.5.2'
<dependency org="org.wso2.carbon.identity" name="captcha-mgt" rev="4.5.2">
<artifact name="captcha-mgt" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.identity', module='captcha-mgt', version='4.5.2')
)
libraryDependencies += "org.wso2.carbon.identity" % "captcha-mgt" % "4.5.2"
[org.wso2.carbon.identity/captcha-mgt "4.5.2"]