MVN

info.stasha : testosterone

Maven & Gradle

Jan 09, 2020
1 stars

testosterone · Testosterone is architectural testing framework designed to maximally simplify tests writing and Jersey based applications testing.

<dependency>
    <groupId>info.stasha</groupId>
    <artifactId>testosterone</artifactId>
    <version>3.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of info.stasha : testosterone to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.2

All Versions

Choose a version of info.stasha : testosterone to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
testosterone-3.0.2
testosterone-3.0.1
testosterone-3.0.0
2.27.x
testosterone-2.27.2
testosterone-2.27.1
2.27
testosterone-2.27

How to add a dependency to Maven

Add the following info.stasha : testosterone maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>info.stasha</groupId>
    <artifactId>testosterone</artifactId>
    <version>3.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following info.stasha : testosterone gradle dependency to your build.gradle file:

implementation 'info.stasha:testosterone:3.0.2'

Gradle Kotlin DSL: Add the following info.stasha : testosterone gradle kotlin dependency to your build.gradle.kts file:

implementation("info.stasha:testosterone:3.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following info.stasha : testosterone sbt scala dependency to your build.sbt file:

libraryDependencies += "info.stasha" % "testosterone" % "3.0.2"