Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdcom.github.mavenplugins.maven-doctest-plugin |
ArtifactId | ArtifactIddoctesting |
Version | Version1.3.0 |
Type | Typewar |
Filename | Size |
---|---|
doctesting-1.3.0.pom | |
doctesting-1.3.0.war | 5 MB |
doctesting-1.3.0-sources.jar | 6 KB |
doctesting-1.3.0-javadoc.jar | 58 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.3.0</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.3.0'
// https://jarcasting.com/artifacts/com.github.mavenplugins.maven-doctest-plugin/doctesting/
implementation ("com.github.mavenplugins.maven-doctest-plugin:doctesting:1.3.0")
'com.github.mavenplugins.maven-doctest-plugin:doctesting:war:1.3.0'
<dependency org="com.github.mavenplugins.maven-doctest-plugin" name="doctesting" rev="1.3.0">
<artifact name="doctesting" type="war" />
</dependency>
@Grapes(
@Grab(group='com.github.mavenplugins.maven-doctest-plugin', module='doctesting', version='1.3.0')
)
libraryDependencies += "com.github.mavenplugins.maven-doctest-plugin" % "doctesting" % "1.3.0"
[com.github.mavenplugins.maven-doctest-plugin/doctesting "1.3.0"]