GroupId | GroupIdxdoclet-plugins |
---|---|
ArtifactId | ArtifactIdxdoclet-plugin-web |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
xdoclet-plugin-web-1.0.pom | |
xdoclet-plugin-web-1.0.jar | 71 KB |
Browse |
<!-- https://jarcasting.com/artifacts/xdoclet-plugins/xdoclet-plugin-web/ -->
<dependency>
<groupId>xdoclet-plugins</groupId>
<artifactId>xdoclet-plugin-web</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/xdoclet-plugins/xdoclet-plugin-web/
implementation 'xdoclet-plugins:xdoclet-plugin-web:1.0'
// https://jarcasting.com/artifacts/xdoclet-plugins/xdoclet-plugin-web/
implementation ("xdoclet-plugins:xdoclet-plugin-web:1.0")
'xdoclet-plugins:xdoclet-plugin-web:jar:1.0'
<dependency org="xdoclet-plugins" name="xdoclet-plugin-web" rev="1.0">
<artifact name="xdoclet-plugin-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='xdoclet-plugins', module='xdoclet-plugin-web', version='1.0')
)
libraryDependencies += "xdoclet-plugins" % "xdoclet-plugin-web" % "1.0"
[xdoclet-plugins/xdoclet-plugin-web "1.0"]