License |
License |
---|---|
GroupId | GroupIdcom.citytechinc.cq.cq-component-plugin |
ArtifactId | ArtifactIdcq-component-annotations |
Version | Version7.0.0 |
Type | Typejar |
Description |
DescriptionCQ Component Plugin Annotations
Plugin enabling annotation driven CQ5 Component development.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.citytechinc.cq.cq-component-plugin/cq-component-annotations/ -->
<dependency>
<groupId>com.citytechinc.cq.cq-component-plugin</groupId>
<artifactId>cq-component-annotations</artifactId>
<version>7.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.citytechinc.cq.cq-component-plugin/cq-component-annotations/
implementation 'com.citytechinc.cq.cq-component-plugin:cq-component-annotations:7.0.0'
// https://jarcasting.com/artifacts/com.citytechinc.cq.cq-component-plugin/cq-component-annotations/
implementation ("com.citytechinc.cq.cq-component-plugin:cq-component-annotations:7.0.0")
'com.citytechinc.cq.cq-component-plugin:cq-component-annotations:jar:7.0.0'
<dependency org="com.citytechinc.cq.cq-component-plugin" name="cq-component-annotations" rev="7.0.0">
<artifact name="cq-component-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.citytechinc.cq.cq-component-plugin', module='cq-component-annotations', version='7.0.0')
)
libraryDependencies += "com.citytechinc.cq.cq-component-plugin" % "cq-component-annotations" % "7.0.0"
[com.citytechinc.cq.cq-component-plugin/cq-component-annotations "7.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.plexus : plexus-utils | jar | 3.0.8 |
org.javassist : javassist | jar | 3.17.1-GA |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |