| Categories |
CategoriesIDE Development Tools |
|---|---|
| GroupId | GroupIdorg.wso2.identity.apps |
| ArtifactId | ArtifactIdx509-certificate-authentication-portal |
| Version | Version1.0.503 |
| Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.wso2.identity.apps/x509-certificate-authentication-portal/ -->
<dependency>
<groupId>org.wso2.identity.apps</groupId>
<artifactId>x509-certificate-authentication-portal</artifactId>
<version>1.0.503</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.identity.apps/x509-certificate-authentication-portal/
implementation 'org.wso2.identity.apps:x509-certificate-authentication-portal:1.0.503'
// https://jarcasting.com/artifacts/org.wso2.identity.apps/x509-certificate-authentication-portal/
implementation ("org.wso2.identity.apps:x509-certificate-authentication-portal:1.0.503")
'org.wso2.identity.apps:x509-certificate-authentication-portal:war:1.0.503'
<dependency org="org.wso2.identity.apps" name="x509-certificate-authentication-portal" rev="1.0.503">
<artifact name="x509-certificate-authentication-portal" type="war" />
</dependency>
@Grapes(
@Grab(group='org.wso2.identity.apps', module='x509-certificate-authentication-portal', version='1.0.503')
)
libraryDependencies += "org.wso2.identity.apps" % "x509-certificate-authentication-portal" % "1.0.503"
[org.wso2.identity.apps/x509-certificate-authentication-portal "1.0.503"]