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