MVN

com.agical.rmock : rmock-ext-tddoc

Maven & Gradle

Mar 29, 2006

TDDoc · TDDoc is a Java documentation framework based rMock. TDDoc adds documentation capabilities to rMock so a codebase can be documented from its test cases.

<dependency>
    <groupId>com.agical.rmock</groupId>
    <artifactId>rmock-ext-tddoc</artifactId>
    <version>0.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.agical.rmock : rmock-ext-tddoc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.1
  • Latest Release Candidate: 2.0.0-rc-6

All Versions

Choose a version of com.agical.rmock : rmock-ext-tddoc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
rmock-ext-tddoc-2.0.0-rc-6
0.1.x
rmock-ext-tddoc-0.1.1

How to add a dependency to Maven

Add the following com.agical.rmock : rmock-ext-tddoc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.agical.rmock</groupId>
    <artifactId>rmock-ext-tddoc</artifactId>
    <version>0.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.agical.rmock : rmock-ext-tddoc gradle dependency to your build.gradle file:

implementation 'com.agical.rmock:rmock-ext-tddoc:0.1.1'

Gradle Kotlin DSL: Add the following com.agical.rmock : rmock-ext-tddoc gradle kotlin dependency to your build.gradle.kts file:

implementation("com.agical.rmock:rmock-ext-tddoc:0.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.agical.rmock : rmock-ext-tddoc sbt scala dependency to your build.sbt file:

libraryDependencies += "com.agical.rmock" % "rmock-ext-tddoc" % "0.1.1"