Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdorg.wso2.ei |
ArtifactId | ArtifactIdorg.wso2.carbon.ei.tests.platform.wso2mb |
Version | Version6.3.0-m8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.wso2.ei/org.wso2.carbon.ei.tests.platform.wso2mb/ -->
<dependency>
<groupId>org.wso2.ei</groupId>
<artifactId>org.wso2.carbon.ei.tests.platform.wso2mb</artifactId>
<version>6.3.0-m8</version>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.ei/org.wso2.carbon.ei.tests.platform.wso2mb/
implementation 'org.wso2.ei:org.wso2.carbon.ei.tests.platform.wso2mb:6.3.0-m8'
// https://jarcasting.com/artifacts/org.wso2.ei/org.wso2.carbon.ei.tests.platform.wso2mb/
implementation ("org.wso2.ei:org.wso2.carbon.ei.tests.platform.wso2mb:6.3.0-m8")
'org.wso2.ei:org.wso2.carbon.ei.tests.platform.wso2mb:jar:6.3.0-m8'
<dependency org="org.wso2.ei" name="org.wso2.carbon.ei.tests.platform.wso2mb" rev="6.3.0-m8">
<artifact name="org.wso2.carbon.ei.tests.platform.wso2mb" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wso2.ei', module='org.wso2.carbon.ei.tests.platform.wso2mb', version='6.3.0-m8')
)
libraryDependencies += "org.wso2.ei" % "org.wso2.carbon.ei.tests.platform.wso2mb" % "6.3.0-m8"
[org.wso2.ei/org.wso2.carbon.ei.tests.platform.wso2mb "6.3.0-m8"]