MVN

com.citytechinc.cq.cq-component-plugin : cq-component-annotations

Maven & Gradle

Jul 03, 2020
8 usages
22 stars

CQ Component Plugin Annotations

<dependency>
    <groupId>com.citytechinc.cq.cq-component-plugin</groupId>
    <artifactId>cq-component-annotations</artifactId>
    <version>7.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.citytechinc.cq.cq-component-plugin : cq-component-annotations to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.0.0

All Versions

Choose a version of com.citytechinc.cq.cq-component-plugin : cq-component-annotations to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.0.x
cq-component-annotations-7.0.0
6.4.x
cq-component-annotations-6.4.1
cq-component-annotations-6.4.0
6.3.x
cq-component-annotations-6.3.0
6.2.x
cq-component-annotations-6.2.0
6.1.x
cq-component-annotations-6.1.3
cq-component-annotations-6.1.2
cq-component-annotations-6.1.1
cq-component-annotations-6.1.0
6.0.x
cq-component-annotations-6.0.0
5.3.x
cq-component-annotations-5.3.0
5.2.x
cq-component-annotations-5.2.0
5.1.x
cq-component-annotations-5.1.0
5.0.x
cq-component-annotations-5.0.3
cq-component-annotations-5.0.2
cq-component-annotations-5.0.1
cq-component-annotations-5.0.0
4.3.x
cq-component-annotations-4.3.0
4.2.x
cq-component-annotations-4.2.0
4.1.x
cq-component-annotations-4.1.3
cq-component-annotations-4.1.2
cq-component-annotations-4.1.1
cq-component-annotations-4.1.0
4.0.x
cq-component-annotations-4.0.0
3.1.x
cq-component-annotations-3.1.0
3.0.x
cq-component-annotations-3.0.0
2.7.x
cq-component-annotations-2.7.0
2.6.x
cq-component-annotations-2.6.2
cq-component-annotations-2.6.1
cq-component-annotations-2.6.0
2.5.x
cq-component-annotations-2.5.0
2.4.x
cq-component-annotations-2.4.1
cq-component-annotations-2.4.0
2.3.x
cq-component-annotations-2.3.4
cq-component-annotations-2.3.3
cq-component-annotations-2.3.2
cq-component-annotations-2.3.1
cq-component-annotations-2.3.0
2.2.x
cq-component-annotations-2.2.1
cq-component-annotations-2.2.0
2.1.x
cq-component-annotations-2.1.0

How to add a dependency to Maven

Add the following com.citytechinc.cq.cq-component-plugin : cq-component-annotations maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.citytechinc.cq.cq-component-plugin</groupId>
    <artifactId>cq-component-annotations</artifactId>
    <version>7.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.citytechinc.cq.cq-component-plugin : cq-component-annotations gradle dependency to your build.gradle file:

implementation 'com.citytechinc.cq.cq-component-plugin:cq-component-annotations:7.0.0'

Gradle Kotlin DSL: Add the following com.citytechinc.cq.cq-component-plugin : cq-component-annotations gradle kotlin dependency to your build.gradle.kts file:

implementation("com.citytechinc.cq.cq-component-plugin:cq-component-annotations:7.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.citytechinc.cq.cq-component-plugin : cq-component-annotations sbt scala dependency to your build.sbt file:

libraryDependencies += "com.citytechinc.cq.cq-component-plugin" % "cq-component-annotations" % "7.0.0"

Advertisement