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