GroupId | GroupIdorg.webpieces |
---|---|
ArtifactId | ArtifactIdplugin-documentation |
Version | Version2.0.6 |
Type | Typejar |
Filename | Size |
---|---|
plugin-documentation-2.0.6.pom | |
plugin-documentation-2.0.6.jar | 713 KB |
plugin-documentation-2.0.6-sources.jar | 647 KB |
plugin-documentation-2.0.6-javadoc.jar | 355 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webpieces/plugin-documentation/ -->
<dependency>
<groupId>org.webpieces</groupId>
<artifactId>plugin-documentation</artifactId>
<version>2.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.webpieces/plugin-documentation/
implementation 'org.webpieces:plugin-documentation:2.0.6'
// https://jarcasting.com/artifacts/org.webpieces/plugin-documentation/
implementation ("org.webpieces:plugin-documentation:2.0.6")
'org.webpieces:plugin-documentation:jar:2.0.6'
<dependency org="org.webpieces" name="plugin-documentation" rev="2.0.6">
<artifact name="plugin-documentation" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webpieces', module='plugin-documentation', version='2.0.6')
)
libraryDependencies += "org.webpieces" % "plugin-documentation" % "2.0.6"
[org.webpieces/plugin-documentation "2.0.6"]