Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdorg.wso2.carbon.extension.identity.authenticator |
ArtifactId | ArtifactIdorg.wso2.carbon.extension.identity.authenticator.x509Certificate.feature |
Version | Version2.0.18 |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.extension.identity.authenticator/org.wso2.carbon.extension.identity.authenticator.x509Certificate.feature/ -->
<dependency>
<groupId>org.wso2.carbon.extension.identity.authenticator</groupId>
<artifactId>org.wso2.carbon.extension.identity.authenticator.x509Certificate.feature</artifactId>
<version>2.0.18</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.extension.identity.authenticator/org.wso2.carbon.extension.identity.authenticator.x509Certificate.feature/
implementation 'org.wso2.carbon.extension.identity.authenticator:org.wso2.carbon.extension.identity.authenticator.x509Certificate.feature:2.0.18'
// https://jarcasting.com/artifacts/org.wso2.carbon.extension.identity.authenticator/org.wso2.carbon.extension.identity.authenticator.x509Certificate.feature/
implementation ("org.wso2.carbon.extension.identity.authenticator:org.wso2.carbon.extension.identity.authenticator.x509Certificate.feature:2.0.18")
'org.wso2.carbon.extension.identity.authenticator:org.wso2.carbon.extension.identity.authenticator.x509Certificate.feature:pom:2.0.18'
<dependency org="org.wso2.carbon.extension.identity.authenticator" name="org.wso2.carbon.extension.identity.authenticator.x509Certificate.feature" rev="2.0.18">
<artifact name="org.wso2.carbon.extension.identity.authenticator.x509Certificate.feature" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.extension.identity.authenticator', module='org.wso2.carbon.extension.identity.authenticator.x509Certificate.feature', version='2.0.18')
)
libraryDependencies += "org.wso2.carbon.extension.identity.authenticator" % "org.wso2.carbon.extension.identity.authenticator.x509Certificate.feature" % "2.0.18"
[org.wso2.carbon.extension.identity.authenticator/org.wso2.carbon.extension.identity.authenticator.x509Certificate.feature "2.0.18"]