Doctest Library

A simple Mojo for Restful Webservice integration Testing with self-contained documentation.

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.github.mavenplugins.maven-doctest-plugin
ArtifactId

ArtifactId

doctest
Last Version

Last Version

1.8.1
Release Date

Release Date

Type

Type

jar
Description

Description

Doctest Library
A simple Mojo for Restful Webservice integration Testing with self-contained documentation.

Download doctest

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.mavenplugins.maven-doctest-plugin/doctest/ -->
<dependency>
    <groupId>com.github.mavenplugins.maven-doctest-plugin</groupId>
    <artifactId>doctest</artifactId>
    <version>1.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mavenplugins.maven-doctest-plugin/doctest/
implementation 'com.github.mavenplugins.maven-doctest-plugin:doctest:1.8.1'
// https://jarcasting.com/artifacts/com.github.mavenplugins.maven-doctest-plugin/doctest/
implementation ("com.github.mavenplugins.maven-doctest-plugin:doctest:1.8.1")
'com.github.mavenplugins.maven-doctest-plugin:doctest:jar:1.8.1'
<dependency org="com.github.mavenplugins.maven-doctest-plugin" name="doctest" rev="1.8.1">
  <artifact name="doctest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mavenplugins.maven-doctest-plugin', module='doctest', version='1.8.1')
)
libraryDependencies += "com.github.mavenplugins.maven-doctest-plugin" % "doctest" % "1.8.1"
[com.github.mavenplugins.maven-doctest-plugin/doctest "1.8.1"]

Dependencies

compile (10)

Group / Artifact Type Version
org.apache.httpcomponents : httpclient jar 4.2
org.apache.httpcomponents : httpmime jar 4.2
org.apache.commons : commons-lang3 jar 3.1
commons-io : commons-io jar 2.1
com.fasterxml.jackson.core : jackson-core jar 2.0.2
com.fasterxml.jackson.core : jackson-databind jar 2.0.2
commons-jxpath : commons-jxpath jar 1.3
de.odysseus.juel : juel-api jar 2.2.5
de.odysseus.juel : juel-impl jar 2.2.5
de.odysseus.juel : juel-spi jar 2.2.5

provided (1)

Group / Artifact Type Version
junit : junit jar 4.10

test (2)

Group / Artifact Type Version
javax.jws : jsr181-api jar 1.0-MR1
javax.xml.ws : jaxws-api jar 2.2.8

Project Modules

There are no modules declared in this project.

Versions

Version
1.8.1
1.8.0
1.7.0
1.6.0
1.5.0
1.4.0
1.3.0
1.2.0
1.1.0
1.0.0