GroupId | GroupIdorg.wso2.is |
---|---|
ArtifactId | ArtifactIdinfo-recovery-sample |
Version | Version5.10.0-m1 |
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.10.0-m1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.is/info-recovery-sample/
implementation 'org.wso2.is:info-recovery-sample:5.10.0-m1'
// https://jarcasting.com/artifacts/org.wso2.is/info-recovery-sample/
implementation ("org.wso2.is:info-recovery-sample:5.10.0-m1")
'org.wso2.is:info-recovery-sample:war:5.10.0-m1'
<dependency org="org.wso2.is" name="info-recovery-sample" rev="5.10.0-m1">
<artifact name="info-recovery-sample" type="war" />
</dependency>
@Grapes(
@Grab(group='org.wso2.is', module='info-recovery-sample', version='5.10.0-m1')
)
libraryDependencies += "org.wso2.is" % "info-recovery-sample" % "5.10.0-m1"
[org.wso2.is/info-recovery-sample "5.10.0-m1"]