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