MVN

org.wso2.testgrid : org.wso2.testgrid.core

Maven & Gradle

Jan 02, 2019
3 usages
16 stars

WSO2 TestGrid Project - Core POM

<dependency>
    <groupId>org.wso2.testgrid</groupId>
    <artifactId>org.wso2.testgrid.core</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wso2.testgrid : org.wso2.testgrid.core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of org.wso2.testgrid : org.wso2.testgrid.core to add to Maven or Gradle - All Versions:

  • Version Updated
  • org.wso2.testgrid.core-1.0.0

    Jan 02, 2019
  • org.wso2.testgrid.core-0.9.0-m45

    Nov 13, 2018
  • org.wso2.testgrid.core-0.9.0-m44

    Oct 15, 2018
  • org.wso2.testgrid.core-0.9.0-m43

    Sep 14, 2018
  • org.wso2.testgrid.core-0.9.0-m42

    Aug 31, 2018
  • org.wso2.testgrid.core-0.9.0-m41

    Aug 28, 2018
  • org.wso2.testgrid.core-0.9.0-m40

    Aug 09, 2018
  • org.wso2.testgrid.core-0.9.0-m39

    Aug 02, 2018
  • org.wso2.testgrid.core-0.9.0-m38

    Jul 31, 2018
  • org.wso2.testgrid.core-0.9.0-m37

    Jul 26, 2018
  • org.wso2.testgrid.core-0.9.0-m36

    Jul 19, 2018
  • org.wso2.testgrid.core-0.9.0-m35

    Jul 12, 2018
  • org.wso2.testgrid.core-0.9.0-m34

    Jul 05, 2018
  • org.wso2.testgrid.core-0.9.0-m33

    Jun 28, 2018
  • org.wso2.testgrid.core-0.9.0-m32

    Jun 21, 2018
  • org.wso2.testgrid.core-0.9.0-m31

    Jun 14, 2018
  • org.wso2.testgrid.core-0.9.0-m30

    Jun 07, 2018
  • org.wso2.testgrid.core-0.9.0-m29

    May 31, 2018
  • org.wso2.testgrid.core-0.9.0-m28

    May 24, 2018
  • org.wso2.testgrid.core-0.9.0-m27

    May 18, 2018
  • org.wso2.testgrid.core-0.9.0-m26

    May 11, 2018
  • org.wso2.testgrid.core-0.9.0-m25

    May 04, 2018
  • org.wso2.testgrid.core-0.9.0-m24

    May 03, 2018
  • org.wso2.testgrid.core-0.9.0-m23

    Apr 25, 2018
  • org.wso2.testgrid.core-0.9.0-m22

    Apr 19, 2018
  • org.wso2.testgrid.core-0.9.0-m21

    Apr 12, 2018
  • org.wso2.testgrid.core-0.9.0-m20

    Apr 06, 2018
  • org.wso2.testgrid.core-0.9.0-m19

    Mar 29, 2018
  • org.wso2.testgrid.core-0.9.0-m18

    Mar 22, 2018
  • org.wso2.testgrid.core-0.9.0-m17

    Mar 15, 2018
  • org.wso2.testgrid.core-0.9.0-m16

    Mar 08, 2018
  • org.wso2.testgrid.core-0.9.0-m15

    Feb 28, 2018
  • org.wso2.testgrid.core-0.9.0-m14

    Feb 22, 2018
  • org.wso2.testgrid.core-0.9.0-m12

    Feb 08, 2018
  • org.wso2.testgrid.core-0.9.0-m11

    Feb 01, 2018
  • org.wso2.testgrid.core-0.9.0-m10

    Jan 25, 2018
  • org.wso2.testgrid.core-0.9.0-m9

    Jan 18, 2018
  • org.wso2.testgrid.core-0.9.0-m8

    Jan 11, 2018
  • org.wso2.testgrid.core-0.9.0-m7

    Jan 04, 2018
  • org.wso2.testgrid.core-0.9.0-m6

    Dec 22, 2017

How to add a dependency to Maven

Add the following org.wso2.testgrid : org.wso2.testgrid.core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.wso2.testgrid</groupId>
    <artifactId>org.wso2.testgrid.core</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.wso2.testgrid : org.wso2.testgrid.core gradle dependency to your build.gradle file:

implementation 'org.wso2.testgrid:org.wso2.testgrid.core:1.0.0'

Gradle Kotlin DSL: Add the following org.wso2.testgrid : org.wso2.testgrid.core gradle kotlin dependency to your build.gradle.kts file:

implementation("org.wso2.testgrid:org.wso2.testgrid.core:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.wso2.testgrid : org.wso2.testgrid.core sbt scala dependency to your build.sbt file:

libraryDependencies += "org.wso2.testgrid" % "org.wso2.testgrid.core" % "1.0.0"

Advertisement