GroupId | GroupIdcom.citytechinc.cq.cq-component-plugin |
---|---|
ArtifactId | ArtifactIdcq-component-annotations |
Version | Version2.3.2 |
Type | Typejar |
<!-- 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>2.3.2</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:2.3.2'
// https://jarcasting.com/artifacts/com.citytechinc.cq.cq-component-plugin/cq-component-annotations/
implementation ("com.citytechinc.cq.cq-component-plugin:cq-component-annotations:2.3.2")
'com.citytechinc.cq.cq-component-plugin:cq-component-annotations:jar:2.3.2'
<dependency org="com.citytechinc.cq.cq-component-plugin" name="cq-component-annotations" rev="2.3.2">
<artifact name="cq-component-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.citytechinc.cq.cq-component-plugin', module='cq-component-annotations', version='2.3.2')
)
libraryDependencies += "com.citytechinc.cq.cq-component-plugin" % "cq-component-annotations" % "2.3.2"
[com.citytechinc.cq.cq-component-plugin/cq-component-annotations "2.3.2"]