| Categories |
CategoriesIDE Development Tools |
|---|---|
| GroupId | GroupIdorg.wso2.carbon.identity.rest.dispatcher |
| ArtifactId | ArtifactIdorg.wso2.carbon.identity.rest.api.sample |
| Version | Version2.0.4 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.identity.rest.dispatcher/org.wso2.carbon.identity.rest.api.sample/ -->
<dependency>
<groupId>org.wso2.carbon.identity.rest.dispatcher</groupId>
<artifactId>org.wso2.carbon.identity.rest.api.sample</artifactId>
<version>2.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.identity.rest.dispatcher/org.wso2.carbon.identity.rest.api.sample/
implementation 'org.wso2.carbon.identity.rest.dispatcher:org.wso2.carbon.identity.rest.api.sample:2.0.4'
// https://jarcasting.com/artifacts/org.wso2.carbon.identity.rest.dispatcher/org.wso2.carbon.identity.rest.api.sample/
implementation ("org.wso2.carbon.identity.rest.dispatcher:org.wso2.carbon.identity.rest.api.sample:2.0.4")
'org.wso2.carbon.identity.rest.dispatcher:org.wso2.carbon.identity.rest.api.sample:jar:2.0.4'
<dependency org="org.wso2.carbon.identity.rest.dispatcher" name="org.wso2.carbon.identity.rest.api.sample" rev="2.0.4">
<artifact name="org.wso2.carbon.identity.rest.api.sample" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.identity.rest.dispatcher', module='org.wso2.carbon.identity.rest.api.sample', version='2.0.4')
)
libraryDependencies += "org.wso2.carbon.identity.rest.dispatcher" % "org.wso2.carbon.identity.rest.api.sample" % "2.0.4"
[org.wso2.carbon.identity.rest.dispatcher/org.wso2.carbon.identity.rest.api.sample "2.0.4"]