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