Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdorg.wso2.carbon.automation |
ArtifactId | ArtifactIdorg.wso2.carbon.automation.artifacts |
Version | Version4.4.9 |
Type | Typepom |
Filename | Size |
---|---|
org.wso2.carbon.automation.artifacts-4.4.9.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.automation/org.wso2.carbon.automation.artifacts/ -->
<dependency>
<groupId>org.wso2.carbon.automation</groupId>
<artifactId>org.wso2.carbon.automation.artifacts</artifactId>
<version>4.4.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.automation/org.wso2.carbon.automation.artifacts/
implementation 'org.wso2.carbon.automation:org.wso2.carbon.automation.artifacts:4.4.9'
// https://jarcasting.com/artifacts/org.wso2.carbon.automation/org.wso2.carbon.automation.artifacts/
implementation ("org.wso2.carbon.automation:org.wso2.carbon.automation.artifacts:4.4.9")
'org.wso2.carbon.automation:org.wso2.carbon.automation.artifacts:pom:4.4.9'
<dependency org="org.wso2.carbon.automation" name="org.wso2.carbon.automation.artifacts" rev="4.4.9">
<artifact name="org.wso2.carbon.automation.artifacts" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.automation', module='org.wso2.carbon.automation.artifacts', version='4.4.9')
)
libraryDependencies += "org.wso2.carbon.automation" % "org.wso2.carbon.automation.artifacts" % "4.4.9"
[org.wso2.carbon.automation/org.wso2.carbon.automation.artifacts "4.4.9"]