MVN

org.wso2.carbon : tool-test-artifact

Maven & Gradle

Nov 18, 2022
3 usages
15 stars

WSO2 Carbon Kernel - Tools - Test Artifacts · A sample test artifact for testing org.wso2.carbon.tools.core module

<dependency>
    <groupId>org.wso2.carbon</groupId>
    <artifactId>tool-test-artifact</artifactId>
    <version>5.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wso2.carbon : tool-test-artifact to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.3.0
  • Latest Alpha: 5.3.0-alpha

All Versions

Choose a version of org.wso2.carbon : tool-test-artifact to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.3.x
tool-test-artifact-5.3.0
tool-test-artifact-5.3.0-alpha
5.2.x
tool-test-artifact-5.2.18
tool-test-artifact-5.2.16
tool-test-artifact-5.2.15
tool-test-artifact-5.2.14
tool-test-artifact-5.2.13
tool-test-artifact-5.2.8
tool-test-artifact-5.2.7
tool-test-artifact-5.2.6
tool-test-artifact-5.2.5
tool-test-artifact-5.2.4
tool-test-artifact-5.2.3
tool-test-artifact-5.2.2
tool-test-artifact-5.2.1

How to add a dependency to Maven

Add the following org.wso2.carbon : tool-test-artifact maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.wso2.carbon</groupId>
    <artifactId>tool-test-artifact</artifactId>
    <version>5.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.wso2.carbon : tool-test-artifact gradle dependency to your build.gradle file:

implementation 'org.wso2.carbon:tool-test-artifact:5.3.0'

Gradle Kotlin DSL: Add the following org.wso2.carbon : tool-test-artifact gradle kotlin dependency to your build.gradle.kts file:

implementation("org.wso2.carbon:tool-test-artifact:5.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.wso2.carbon : tool-test-artifact sbt scala dependency to your build.sbt file:

libraryDependencies += "org.wso2.carbon" % "tool-test-artifact" % "5.3.0"

Advertisement