License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdcom.github.mavenplugins.maven-doctest-plugin |
ArtifactId | ArtifactIddoctesting |
Last Version | Last Version1.8.1 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionTestproject for doctest plugin
A simple Mojo for Restful Webservice integration Testing with self-contained documentation.
|
Filename | Size |
---|---|
doctesting-1.8.1.pom | |
doctesting-1.8.1.war | 5 MB |
doctesting-1.8.1-sources.jar | 5 KB |
doctesting-1.8.1-javadoc.jar | 50 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mavenplugins.maven-doctest-plugin/doctesting/ -->
<dependency>
<groupId>com.github.mavenplugins.maven-doctest-plugin</groupId>
<artifactId>doctesting</artifactId>
<version>1.8.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.mavenplugins.maven-doctest-plugin/doctesting/
implementation 'com.github.mavenplugins.maven-doctest-plugin:doctesting:1.8.1'
// https://jarcasting.com/artifacts/com.github.mavenplugins.maven-doctest-plugin/doctesting/
implementation ("com.github.mavenplugins.maven-doctest-plugin:doctesting:1.8.1")
'com.github.mavenplugins.maven-doctest-plugin:doctesting:war:1.8.1'
<dependency org="com.github.mavenplugins.maven-doctest-plugin" name="doctesting" rev="1.8.1">
<artifact name="doctesting" type="war" />
</dependency>
@Grapes(
@Grab(group='com.github.mavenplugins.maven-doctest-plugin', module='doctesting', version='1.8.1')
)
libraryDependencies += "com.github.mavenplugins.maven-doctest-plugin" % "doctesting" % "1.8.1"
[com.github.mavenplugins.maven-doctest-plugin/doctesting "1.8.1"]
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.5 |
net.sf.ehcache : ehcache-web | jar | 2.0.4 |
org.springframework : spring-core | jar | 3.1.1.RELEASE |
org.springframework : spring-web | jar | 3.1.1.RELEASE |
org.springframework : spring-webmvc | jar | 3.1.1.RELEASE |
org.codehaus.jackson : jackson-mapper-asl | jar | 1.9.7 |
org.slf4j : slf4j-api | jar | 1.6.1 |
org.slf4j : slf4j-log4j12 | jar | 1.6.1 |
org.slf4j : jcl-over-slf4j | jar | 1.6.1 |
log4j : log4j | jar | 1.2.16 |
Group / Artifact | Type | Version |
---|---|---|
com.github.mavenplugins.maven-doctest-plugin : doctest | jar | 1.8.1 |
junit : junit | jar | 4.10 |
javax.jws : jsr181-api | jar | 1.0-MR1 |
javax.xml.ws : jaxws-api | jar | 2.2.8 |