MVN

com.ardikars.common : common-annotation

Maven & Gradle

Aug 16, 2019
13 usages
1 stars

common-annotation · Common annotaion

<dependency>
    <groupId>com.ardikars.common</groupId>
    <artifactId>common-annotation</artifactId>
    <version>1.3.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ardikars.common : common-annotation to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.7
  • Latest Release Candidate: 1.3.2.RC1

All Versions

Choose a version of com.ardikars.common : common-annotation to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
common-annotation-1.3.7
common-annotation-1.3.6
common-annotation-1.3.3.RELEASE
common-annotation-1.3.2.RELEASE
common-annotation-1.3.2.RC1
common-annotation-1.3.1.RELEASE
common-annotation-1.3.0.RELEASE
1.2.x
common-annotation-1.2.9.RELEASE
common-annotation-1.2.8.RELEASE
common-annotation-1.2.7.RELEASE
common-annotation-1.2.7.RC5
common-annotation-1.2.7.RC4
common-annotation-1.2.7.RC3
common-annotation-1.2.7.RC2
common-annotation-1.2.7.RC1
common-annotation-1.2.6.RELEASE
common-annotation-1.2.6.RC10
common-annotation-1.2.6.RC9
common-annotation-1.2.6.RC7
common-annotation-1.2.6.RC6
common-annotation-1.2.6.RC4
common-annotation-1.2.6.RC3
common-annotation-1.2.6.RC2
common-annotation-1.2.5.RELEASE
common-annotation-1.2.5.RC1
common-annotation-1.2.4.RELEASE
common-annotation-1.2.4.RC3
common-annotation-1.2.4.RC2
common-annotation-1.2.4.RC1
common-annotation-1.2.3.RELEASE
common-annotation-1.2.3.RC1
common-annotation-1.2.2.Final
common-annotation-1.2.2.RC5
common-annotation-1.2.2.RC4
common-annotation-1.2.2.RC3
common-annotation-1.2.2.RC1
common-annotation-1.2.1.Final
common-annotation-1.2.1.RC1
common-annotation-1.2.0.Final
common-annotation-1.2.0.RC4
common-annotation-1.2.0.RC3
common-annotation-1.2.0.RC2
common-annotation-1.2.0.RC1
1.1.x
common-annotation-1.1.0.Final
1.0.x
common-annotation-1.0.0.Final
common-annotation-1.0.0.RC6
common-annotation-1.0.0.RC5
common-annotation-1.0.0.RC4
common-annotation-1.0.0.RC3

How to add a dependency to Maven

Add the following com.ardikars.common : common-annotation maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.ardikars.common</groupId>
    <artifactId>common-annotation</artifactId>
    <version>1.3.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ardikars.common : common-annotation gradle dependency to your build.gradle file:

implementation 'com.ardikars.common:common-annotation:1.3.7'

Gradle Kotlin DSL: Add the following com.ardikars.common : common-annotation gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ardikars.common:common-annotation:1.3.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ardikars.common : common-annotation sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ardikars.common" % "common-annotation" % "1.3.7"

Advertisement