GroupId | GroupIdorg.wso2.is |
---|---|
ArtifactId | ArtifactIdinfo-recovery-sample |
Version | Version5.4.0-beta |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.wso2.is/info-recovery-sample/ -->
<dependency>
<groupId>org.wso2.is</groupId>
<artifactId>info-recovery-sample</artifactId>
<version>5.4.0-beta</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.is/info-recovery-sample/
implementation 'org.wso2.is:info-recovery-sample:5.4.0-beta'
// https://jarcasting.com/artifacts/org.wso2.is/info-recovery-sample/
implementation ("org.wso2.is:info-recovery-sample:5.4.0-beta")
'org.wso2.is:info-recovery-sample:war:5.4.0-beta'
<dependency org="org.wso2.is" name="info-recovery-sample" rev="5.4.0-beta">
<artifact name="info-recovery-sample" type="war" />
</dependency>
@Grapes(
@Grab(group='org.wso2.is', module='info-recovery-sample', version='5.4.0-beta')
)
libraryDependencies += "org.wso2.is" % "info-recovery-sample" % "5.4.0-beta"
[org.wso2.is/info-recovery-sample "5.4.0-beta"]