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