MVN

org.tiogasolutions.dev : tioga-dev-testing

Maven & Gradle

Apr 25, 2017
3 usages

tioga-dev-testing · Tioga Solutions

<dependency>
    <groupId>org.tiogasolutions.dev</groupId>
    <artifactId>tioga-dev-testing</artifactId>
    <version>4.2.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.tiogasolutions.dev : tioga-dev-testing to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.2.9

All Versions

Choose a version of org.tiogasolutions.dev : tioga-dev-testing to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.2.x
tioga-dev-testing-4.2.9
tioga-dev-testing-4.2.8
tioga-dev-testing-4.2.7
tioga-dev-testing-4.2.6
tioga-dev-testing-4.2.5
tioga-dev-testing-4.2.4
tioga-dev-testing-4.2.3
tioga-dev-testing-4.2.2
tioga-dev-testing-4.2.1
tioga-dev-testing-4.2.0
4.1.x
tioga-dev-testing-4.1.5
tioga-dev-testing-4.1.4
tioga-dev-testing-4.1.3
tioga-dev-testing-4.1.2

How to add a dependency to Maven

Add the following org.tiogasolutions.dev : tioga-dev-testing maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.tiogasolutions.dev</groupId>
    <artifactId>tioga-dev-testing</artifactId>
    <version>4.2.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.tiogasolutions.dev : tioga-dev-testing gradle dependency to your build.gradle file:

implementation 'org.tiogasolutions.dev:tioga-dev-testing:4.2.9'

Gradle Kotlin DSL: Add the following org.tiogasolutions.dev : tioga-dev-testing gradle kotlin dependency to your build.gradle.kts file:

implementation("org.tiogasolutions.dev:tioga-dev-testing:4.2.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.tiogasolutions.dev : tioga-dev-testing sbt scala dependency to your build.sbt file:

libraryDependencies += "org.tiogasolutions.dev" % "tioga-dev-testing" % "4.2.9"

Advertisement