MVN

io.github.henryssondaniel.teacup : engine

Maven & Gradle

Nov 23, 2019
1 usages
0 stars

io.github.henryssondaniel.teacup:engine · Testing Framework for Communication Protocols and Web Services

<dependency>
    <groupId>io.github.henryssondaniel.teacup</groupId>
    <artifactId>engine</artifactId>
    <version>junit</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.henryssondaniel.teacup : engine to add to Maven or Gradle - Latest Versions:

  • Latest Stable: junit

All Versions

Choose a version of io.github.henryssondaniel.teacup : engine to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
engine-1.0.1
engine-1.0.0
junit
engine-junit

How to add a dependency to Maven

Add the following io.github.henryssondaniel.teacup : engine maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.henryssondaniel.teacup</groupId>
    <artifactId>engine</artifactId>
    <version>junit</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.henryssondaniel.teacup : engine gradle dependency to your build.gradle file:

implementation 'io.github.henryssondaniel.teacup:engine:junit'

Gradle Kotlin DSL: Add the following io.github.henryssondaniel.teacup : engine gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.henryssondaniel.teacup:engine:junit")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.henryssondaniel.teacup : engine sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.henryssondaniel.teacup" % "engine" % "junit"

Advertisement