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