| License |
License |
|---|---|
| GroupId | GroupIdorg.l2x6.cq |
| ArtifactId | ArtifactIdcq |
| Version | Version2.32.0 |
| Type | Typepom |
| Description |
DescriptionCQ
A Maven plugin to perform various tasks related to Camel Quarkus
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| cq-2.32.0.pom | 26 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.l2x6.cq/cq/ -->
<dependency>
<groupId>org.l2x6.cq</groupId>
<artifactId>cq</artifactId>
<version>2.32.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.l2x6.cq/cq/
implementation 'org.l2x6.cq:cq:2.32.0'
// https://jarcasting.com/artifacts/org.l2x6.cq/cq/
implementation ("org.l2x6.cq:cq:2.32.0")
'org.l2x6.cq:cq:pom:2.32.0'
<dependency org="org.l2x6.cq" name="cq" rev="2.32.0">
<artifact name="cq" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.l2x6.cq', module='cq', version='2.32.0')
)
libraryDependencies += "org.l2x6.cq" % "cq" % "2.32.0"
[org.l2x6.cq/cq "2.32.0"]