GroupId | GroupIdcocoon |
---|---|
ArtifactId | ArtifactIdcocoon-qdox |
Version | Version2.1.8 |
Type | Typejar |
Filename | Size |
---|---|
cocoon-qdox-2.1.8.pom | |
cocoon-qdox-2.1.8.jar | 16 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cocoon/cocoon-qdox/ -->
<dependency>
<groupId>cocoon</groupId>
<artifactId>cocoon-qdox</artifactId>
<version>2.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/cocoon/cocoon-qdox/
implementation 'cocoon:cocoon-qdox:2.1.8'
// https://jarcasting.com/artifacts/cocoon/cocoon-qdox/
implementation ("cocoon:cocoon-qdox:2.1.8")
'cocoon:cocoon-qdox:jar:2.1.8'
<dependency org="cocoon" name="cocoon-qdox" rev="2.1.8">
<artifact name="cocoon-qdox" type="jar" />
</dependency>
@Grapes(
@Grab(group='cocoon', module='cocoon-qdox', version='2.1.8')
)
libraryDependencies += "cocoon" % "cocoon-qdox" % "2.1.8"
[cocoon/cocoon-qdox "2.1.8"]