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