Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdorg.wso2.identity.apps |
ArtifactId | ArtifactIdrecovery-portal |
Version | Version1.0.384 |
Type | Typewar |
Filename | Size |
---|---|
recovery-portal-1.0.384.pom | |
recovery-portal-1.0.384.war | 19 MB |
recovery-portal-1.0.384-sources.jar | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.identity.apps/recovery-portal/ -->
<dependency>
<groupId>org.wso2.identity.apps</groupId>
<artifactId>recovery-portal</artifactId>
<version>1.0.384</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.identity.apps/recovery-portal/
implementation 'org.wso2.identity.apps:recovery-portal:1.0.384'
// https://jarcasting.com/artifacts/org.wso2.identity.apps/recovery-portal/
implementation ("org.wso2.identity.apps:recovery-portal:1.0.384")
'org.wso2.identity.apps:recovery-portal:war:1.0.384'
<dependency org="org.wso2.identity.apps" name="recovery-portal" rev="1.0.384">
<artifact name="recovery-portal" type="war" />
</dependency>
@Grapes(
@Grab(group='org.wso2.identity.apps', module='recovery-portal', version='1.0.384')
)
libraryDependencies += "org.wso2.identity.apps" % "recovery-portal" % "1.0.384"
[org.wso2.identity.apps/recovery-portal "1.0.384"]