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