GroupId | GroupIdvdoclet |
---|---|
ArtifactId | ArtifactIdqdox |
Last Version | Last Versioncurrent |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
qdox-current.pom | |
qdox-current.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/vdoclet/qdox/ -->
<dependency>
<groupId>vdoclet</groupId>
<artifactId>qdox</artifactId>
<version>current</version>
</dependency>
// https://jarcasting.com/artifacts/vdoclet/qdox/
implementation 'vdoclet:qdox:current'
// https://jarcasting.com/artifacts/vdoclet/qdox/
implementation ("vdoclet:qdox:current")
'vdoclet:qdox:jar:current'
<dependency org="vdoclet" name="qdox" rev="current">
<artifact name="qdox" type="jar" />
</dependency>
@Grapes(
@Grab(group='vdoclet', module='qdox', version='current')
)
libraryDependencies += "vdoclet" % "qdox" % "current"
[vdoclet/qdox "current"]