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