GroupId | GroupIdorg.webpieces |
---|---|
ArtifactId | ArtifactIdplugin-documentation |
Version | Version2.0.3 |
Type | Typejar |
Filename | Size |
---|---|
plugin-documentation-2.0.3.pom | |
plugin-documentation-2.0.3.jar | 713 KB |
plugin-documentation-2.0.3-sources.jar | 647 KB |
plugin-documentation-2.0.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webpieces/plugin-documentation/
implementation 'org.webpieces:plugin-documentation:2.0.3'
// https://jarcasting.com/artifacts/org.webpieces/plugin-documentation/
implementation ("org.webpieces:plugin-documentation:2.0.3")
'org.webpieces:plugin-documentation:jar:2.0.3'
<dependency org="org.webpieces" name="plugin-documentation" rev="2.0.3">
<artifact name="plugin-documentation" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webpieces', module='plugin-documentation', version='2.0.3')
)
libraryDependencies += "org.webpieces" % "plugin-documentation" % "2.0.3"
[org.webpieces/plugin-documentation "2.0.3"]