Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdorg.wso2.carbon.identity.carbon.auth.iwa |
ArtifactId | ArtifactIdorg.wso2.carbon.identity.authenticator.iwa.feature |
Version | Version5.1.4 |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.identity.carbon.auth.iwa/org.wso2.carbon.identity.authenticator.iwa.feature/ -->
<dependency>
<groupId>org.wso2.carbon.identity.carbon.auth.iwa</groupId>
<artifactId>org.wso2.carbon.identity.authenticator.iwa.feature</artifactId>
<version>5.1.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.identity.carbon.auth.iwa/org.wso2.carbon.identity.authenticator.iwa.feature/
implementation 'org.wso2.carbon.identity.carbon.auth.iwa:org.wso2.carbon.identity.authenticator.iwa.feature:5.1.4'
// https://jarcasting.com/artifacts/org.wso2.carbon.identity.carbon.auth.iwa/org.wso2.carbon.identity.authenticator.iwa.feature/
implementation ("org.wso2.carbon.identity.carbon.auth.iwa:org.wso2.carbon.identity.authenticator.iwa.feature:5.1.4")
'org.wso2.carbon.identity.carbon.auth.iwa:org.wso2.carbon.identity.authenticator.iwa.feature:pom:5.1.4'
<dependency org="org.wso2.carbon.identity.carbon.auth.iwa" name="org.wso2.carbon.identity.authenticator.iwa.feature" rev="5.1.4">
<artifact name="org.wso2.carbon.identity.authenticator.iwa.feature" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.identity.carbon.auth.iwa', module='org.wso2.carbon.identity.authenticator.iwa.feature', version='5.1.4')
)
libraryDependencies += "org.wso2.carbon.identity.carbon.auth.iwa" % "org.wso2.carbon.identity.authenticator.iwa.feature" % "5.1.4"
[org.wso2.carbon.identity.carbon.auth.iwa/org.wso2.carbon.identity.authenticator.iwa.feature "5.1.4"]