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