MVN

com.cedarsoft : annotations

Maven & Gradle

Jul 22, 2019
34 usages
2 stars

Annotations · Annotations

<dependency>
    <groupId>com.cedarsoft</groupId>
    <artifactId>annotations</artifactId>
    <version>8.9.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.cedarsoft : annotations to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.9.2
  • Latest Alpha: 2.0.0-alpha2

All Versions

Choose a version of com.cedarsoft : annotations to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.9.x
annotations-8.9.2
annotations-8.9.1
annotations-8.9.0
8.8.x
annotations-8.8.1
annotations-8.8.0
8.7.x
annotations-8.7.0
8.5.x
annotations-8.5.1
annotations-8.5.0
8.4.x
annotations-8.4.0
8.3.x
annotations-8.3.1
annotations-8.3.0
8.2.x
annotations-8.2.1
annotations-8.2.0
8.1.x
annotations-8.1.1
annotations-8.1.0
8.0.x
annotations-8.0.1
annotations-8.0.0
3.1.x
annotations-3.1.1
annotations-3.1.0
3.0.x
annotations-3.0.1
annotations-3.0.0
2.3.x
annotations-2.3.2
annotations-2.3.1
annotations-2.3.0
2.2.x
annotations-2.2.1
annotations-2.2.0
2.1.x
annotations-2.1.0
2.0.x
annotations-2.0.1
annotations-2.0.0
annotations-2.0.0-alpha2
annotations-2.0.0-alpha1
1.2.x
annotations-1.2.1
1.2
annotations-1.2
1.1
annotations-1.1
1.0
annotations-1.0
instrumentation
annotations-instrumentation-test2
annotations-instrumentation-test
annotations-instrumentation
annotations
annotations-annotations-parent
parent
annotations-parent
verification
annotations-verification

How to add a dependency to Maven

Add the following com.cedarsoft : annotations maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.cedarsoft</groupId>
    <artifactId>annotations</artifactId>
    <version>8.9.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.cedarsoft : annotations gradle dependency to your build.gradle file:

implementation 'com.cedarsoft:annotations:8.9.2'

Gradle Kotlin DSL: Add the following com.cedarsoft : annotations gradle kotlin dependency to your build.gradle.kts file:

implementation("com.cedarsoft:annotations:8.9.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.cedarsoft : annotations sbt scala dependency to your build.sbt file:

libraryDependencies += "com.cedarsoft" % "annotations" % "8.9.2"

Advertisement