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