is not current version
Last Version 5.2.16

org.wso2.carbon:tool-test-artifact 5.2.4

A sample test artifact for testing org.wso2.carbon.tools.core module

GroupId

GroupId

org.wso2.carbon
ArtifactId

ArtifactId

tool-test-artifact
Version

Version

5.2.4
Type

Type

jar

Download tool-test-artifact 5.2.4


<!-- https://jarcasting.com/artifacts/org.wso2.carbon/tool-test-artifact/ -->
<dependency>
    <groupId>org.wso2.carbon</groupId>
    <artifactId>tool-test-artifact</artifactId>
    <version>5.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon/tool-test-artifact/
implementation 'org.wso2.carbon:tool-test-artifact:5.2.4'
// https://jarcasting.com/artifacts/org.wso2.carbon/tool-test-artifact/
implementation ("org.wso2.carbon:tool-test-artifact:5.2.4")
'org.wso2.carbon:tool-test-artifact:jar:5.2.4'
<dependency org="org.wso2.carbon" name="tool-test-artifact" rev="5.2.4">
  <artifact name="tool-test-artifact" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon', module='tool-test-artifact', version='5.2.4')
)
libraryDependencies += "org.wso2.carbon" % "tool-test-artifact" % "5.2.4"
[org.wso2.carbon/tool-test-artifact "5.2.4"]