Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdorg.wso2.carbon.identity.event.handler.accountlock |
ArtifactId | ArtifactIdorg.wso2.carbon.identity.handler.event.account.lock.feature |
Version | Version1.4.4 |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.identity.event.handler.accountlock/org.wso2.carbon.identity.handler.event.account.lock.feature/ -->
<dependency>
<groupId>org.wso2.carbon.identity.event.handler.accountlock</groupId>
<artifactId>org.wso2.carbon.identity.handler.event.account.lock.feature</artifactId>
<version>1.4.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.identity.event.handler.accountlock/org.wso2.carbon.identity.handler.event.account.lock.feature/
implementation 'org.wso2.carbon.identity.event.handler.accountlock:org.wso2.carbon.identity.handler.event.account.lock.feature:1.4.4'
// https://jarcasting.com/artifacts/org.wso2.carbon.identity.event.handler.accountlock/org.wso2.carbon.identity.handler.event.account.lock.feature/
implementation ("org.wso2.carbon.identity.event.handler.accountlock:org.wso2.carbon.identity.handler.event.account.lock.feature:1.4.4")
'org.wso2.carbon.identity.event.handler.accountlock:org.wso2.carbon.identity.handler.event.account.lock.feature:pom:1.4.4'
<dependency org="org.wso2.carbon.identity.event.handler.accountlock" name="org.wso2.carbon.identity.handler.event.account.lock.feature" rev="1.4.4">
<artifact name="org.wso2.carbon.identity.handler.event.account.lock.feature" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.identity.event.handler.accountlock', module='org.wso2.carbon.identity.handler.event.account.lock.feature', version='1.4.4')
)
libraryDependencies += "org.wso2.carbon.identity.event.handler.accountlock" % "org.wso2.carbon.identity.handler.event.account.lock.feature" % "1.4.4"
[org.wso2.carbon.identity.event.handler.accountlock/org.wso2.carbon.identity.handler.event.account.lock.feature "1.4.4"]