MVN

org.hrodberaht.inject.extension : tdd

Maven & Gradle

May 24, 2011

TDD for EJB · A Container with EJB3 annotation support and JUnit utilities for EJB3 needs

<dependency>
    <groupId>org.hrodberaht.inject.extension</groupId>
    <artifactId>tdd</artifactId>
    <version>1.0_RC2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.hrodberaht.inject.extension : tdd to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0_RC2

All Versions

Choose a version of org.hrodberaht.inject.extension : tdd to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0_RC2
tdd-1.0_RC2
1.0_RC1
tdd-1.0_RC1

How to add a dependency to Maven

Add the following org.hrodberaht.inject.extension : tdd maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.hrodberaht.inject.extension</groupId>
    <artifactId>tdd</artifactId>
    <version>1.0_RC2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.hrodberaht.inject.extension : tdd gradle dependency to your build.gradle file:

implementation 'org.hrodberaht.inject.extension:tdd:1.0_RC2'

Gradle Kotlin DSL: Add the following org.hrodberaht.inject.extension : tdd gradle kotlin dependency to your build.gradle.kts file:

implementation("org.hrodberaht.inject.extension:tdd:1.0_RC2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.hrodberaht.inject.extension : tdd sbt scala dependency to your build.sbt file:

libraryDependencies += "org.hrodberaht.inject.extension" % "tdd" % "1.0_RC2"