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