Categories |
CategoriesIDE Development Tools H2 Data Databases TestNG Unit Testing OAuth2 Security |
---|---|
GroupId | GroupIdorg.wso2.carbon.identity.inbound.auth.oauth2 |
ArtifactId | ArtifactIdorg.wso2.carbon.identity.oauth.common.testng |
Version | Version6.0.49 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.identity.inbound.auth.oauth2/org.wso2.carbon.identity.oauth.common.testng/ -->
<dependency>
<groupId>org.wso2.carbon.identity.inbound.auth.oauth2</groupId>
<artifactId>org.wso2.carbon.identity.oauth.common.testng</artifactId>
<version>6.0.49</version>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.identity.inbound.auth.oauth2/org.wso2.carbon.identity.oauth.common.testng/
implementation 'org.wso2.carbon.identity.inbound.auth.oauth2:org.wso2.carbon.identity.oauth.common.testng:6.0.49'
// https://jarcasting.com/artifacts/org.wso2.carbon.identity.inbound.auth.oauth2/org.wso2.carbon.identity.oauth.common.testng/
implementation ("org.wso2.carbon.identity.inbound.auth.oauth2:org.wso2.carbon.identity.oauth.common.testng:6.0.49")
'org.wso2.carbon.identity.inbound.auth.oauth2:org.wso2.carbon.identity.oauth.common.testng:jar:6.0.49'
<dependency org="org.wso2.carbon.identity.inbound.auth.oauth2" name="org.wso2.carbon.identity.oauth.common.testng" rev="6.0.49">
<artifact name="org.wso2.carbon.identity.oauth.common.testng" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.identity.inbound.auth.oauth2', module='org.wso2.carbon.identity.oauth.common.testng', version='6.0.49')
)
libraryDependencies += "org.wso2.carbon.identity.inbound.auth.oauth2" % "org.wso2.carbon.identity.oauth.common.testng" % "6.0.49"
[org.wso2.carbon.identity.inbound.auth.oauth2/org.wso2.carbon.identity.oauth.common.testng "6.0.49"]