Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdorg.wso2.carbon.identity |
ArtifactId | ArtifactIdidentity.authenticators |
Version | Version4.3.2 |
Type | Typepom |
Filename | Size |
---|---|
identity.authenticators-4.3.2.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.identity/identity.authenticators/ -->
<dependency>
<groupId>org.wso2.carbon.identity</groupId>
<artifactId>identity.authenticators</artifactId>
<version>4.3.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.identity/identity.authenticators/
implementation 'org.wso2.carbon.identity:identity.authenticators:4.3.2'
// https://jarcasting.com/artifacts/org.wso2.carbon.identity/identity.authenticators/
implementation ("org.wso2.carbon.identity:identity.authenticators:4.3.2")
'org.wso2.carbon.identity:identity.authenticators:pom:4.3.2'
<dependency org="org.wso2.carbon.identity" name="identity.authenticators" rev="4.3.2">
<artifact name="identity.authenticators" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.identity', module='identity.authenticators', version='4.3.2')
)
libraryDependencies += "org.wso2.carbon.identity" % "identity.authenticators" % "4.3.2"
[org.wso2.carbon.identity/identity.authenticators "4.3.2"]