| Категории |
КатегорииIDE Инструменты разработки |
|---|---|
| Группа | Группаorg.wso2.identity.apps |
| Идентификатор | Идентификаторx509-certificate-authentication-portal |
| Версия | Версия1.0.24 |
| Тип | Типwar |
<!-- 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.24</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.24'
// https://jarcasting.com/artifacts/org.wso2.identity.apps/x509-certificate-authentication-portal/
implementation ("org.wso2.identity.apps:x509-certificate-authentication-portal:1.0.24")
'org.wso2.identity.apps:x509-certificate-authentication-portal:war:1.0.24'
<dependency org="org.wso2.identity.apps" name="x509-certificate-authentication-portal" rev="1.0.24">
<artifact name="x509-certificate-authentication-portal" type="war" />
</dependency>
@Grapes(
@Grab(group='org.wso2.identity.apps', module='x509-certificate-authentication-portal', version='1.0.24')
)
libraryDependencies += "org.wso2.identity.apps" % "x509-certificate-authentication-portal" % "1.0.24"
[org.wso2.identity.apps/x509-certificate-authentication-portal "1.0.24"]