Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdcom.github.mavenplugins.maven-doctest-plugin |
ArtifactId | ArtifactIddoctest |
Version | Version1.5.0 |
Type | Typejar |
Filename | Size |
---|---|
doctest-1.5.0.pom | |
doctest-1.5.0.jar | 40 KB |
doctest-1.5.0-sources.jar | 20 KB |
doctest-1.5.0-javadoc.jar | 169 KB |
Browse |
<!-- 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.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mavenplugins.maven-doctest-plugin/doctest/
implementation 'com.github.mavenplugins.maven-doctest-plugin:doctest:1.5.0'
// https://jarcasting.com/artifacts/com.github.mavenplugins.maven-doctest-plugin/doctest/
implementation ("com.github.mavenplugins.maven-doctest-plugin:doctest:1.5.0")
'com.github.mavenplugins.maven-doctest-plugin:doctest:jar:1.5.0'
<dependency org="com.github.mavenplugins.maven-doctest-plugin" name="doctest" rev="1.5.0">
<artifact name="doctest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mavenplugins.maven-doctest-plugin', module='doctest', version='1.5.0')
)
libraryDependencies += "com.github.mavenplugins.maven-doctest-plugin" % "doctest" % "1.5.0"
[com.github.mavenplugins.maven-doctest-plugin/doctest "1.5.0"]