| GroupId | GroupIdxdoclet-plugins |
|---|---|
| ArtifactId | ArtifactIdxdoclet-testapp-portlet |
| Version | Version20050221.205315 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/xdoclet-plugins/xdoclet-testapp-portlet/ -->
<dependency>
<groupId>xdoclet-plugins</groupId>
<artifactId>xdoclet-testapp-portlet</artifactId>
<version>20050221.205315</version>
</dependency>
// https://jarcasting.com/artifacts/xdoclet-plugins/xdoclet-testapp-portlet/
implementation 'xdoclet-plugins:xdoclet-testapp-portlet:20050221.205315'
// https://jarcasting.com/artifacts/xdoclet-plugins/xdoclet-testapp-portlet/
implementation ("xdoclet-plugins:xdoclet-testapp-portlet:20050221.205315")
'xdoclet-plugins:xdoclet-testapp-portlet:jar:20050221.205315'
<dependency org="xdoclet-plugins" name="xdoclet-testapp-portlet" rev="20050221.205315">
<artifact name="xdoclet-testapp-portlet" type="jar" />
</dependency>
@Grapes(
@Grab(group='xdoclet-plugins', module='xdoclet-testapp-portlet', version='20050221.205315')
)
libraryDependencies += "xdoclet-plugins" % "xdoclet-testapp-portlet" % "20050221.205315"
[xdoclet-plugins/xdoclet-testapp-portlet "20050221.205315"]