Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdorg.wso2.carbon.mediation |
ArtifactId | ArtifactIdorg.wso2.carbon.identity.oauth.mediator.feature |
Version | Version4.6.46 |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.mediation/org.wso2.carbon.identity.oauth.mediator.feature/ -->
<dependency>
<groupId>org.wso2.carbon.mediation</groupId>
<artifactId>org.wso2.carbon.identity.oauth.mediator.feature</artifactId>
<version>4.6.46</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.mediation/org.wso2.carbon.identity.oauth.mediator.feature/
implementation 'org.wso2.carbon.mediation:org.wso2.carbon.identity.oauth.mediator.feature:4.6.46'
// https://jarcasting.com/artifacts/org.wso2.carbon.mediation/org.wso2.carbon.identity.oauth.mediator.feature/
implementation ("org.wso2.carbon.mediation:org.wso2.carbon.identity.oauth.mediator.feature:4.6.46")
'org.wso2.carbon.mediation:org.wso2.carbon.identity.oauth.mediator.feature:pom:4.6.46'
<dependency org="org.wso2.carbon.mediation" name="org.wso2.carbon.identity.oauth.mediator.feature" rev="4.6.46">
<artifact name="org.wso2.carbon.identity.oauth.mediator.feature" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.mediation', module='org.wso2.carbon.identity.oauth.mediator.feature', version='4.6.46')
)
libraryDependencies += "org.wso2.carbon.mediation" % "org.wso2.carbon.identity.oauth.mediator.feature" % "4.6.46"
[org.wso2.carbon.mediation/org.wso2.carbon.identity.oauth.mediator.feature "4.6.46"]