MVN

wtf.g4s8.oot : oot

Maven & Gradle

Nov 16, 2019
3 usages
10 stars

Object Oriented Testing Framework for Java

<dependency>
    <groupId>wtf.g4s8.oot</groupId>
    <artifactId>oot</artifactId>
    <version>0.1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of wtf.g4s8.oot : oot to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.7

All Versions

Choose a version of wtf.g4s8.oot : oot to add to Maven or Gradle - All Versions:

  • Version Updated
  • oot-0.1.7

    Nov 16, 2019
  • oot-0.1.6

    Nov 11, 2019
  • oot-0.1.5

    Nov 11, 2019
  • oot-0.1.4

    Nov 11, 2019
  • oot-0.1.2

    Nov 11, 2019
  • oot-0.1.1

    Nov 11, 2019
  • oot-0.1.0

    Nov 11, 2019
  • oot-0.1.3

    Nov 08, 2019

How to add a dependency to Maven

Add the following wtf.g4s8.oot : oot maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>wtf.g4s8.oot</groupId>
    <artifactId>oot</artifactId>
    <version>0.1.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following wtf.g4s8.oot : oot gradle dependency to your build.gradle file:

implementation 'wtf.g4s8.oot:oot:0.1.7'

Gradle Kotlin DSL: Add the following wtf.g4s8.oot : oot gradle kotlin dependency to your build.gradle.kts file:

implementation("wtf.g4s8.oot:oot:0.1.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following wtf.g4s8.oot : oot sbt scala dependency to your build.sbt file:

libraryDependencies += "wtf.g4s8.oot" % "oot" % "0.1.7"