MVN

com.github.cowwoc.requirements : annotations

Maven & Gradle

Jun 25, 2023
8 stars
<dependency>
    <groupId>com.github.cowwoc.requirements</groupId>
    <artifactId>annotations</artifactId>
    <version>8.0.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 8.0.10

All Versions

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

Version Vulnerabilities Updated
8.0.x
annotations-8.0.10
annotations-8.0.9
annotations-8.0.7
annotations-8.0.6
annotations-8.0.5
annotations-8.0.4
annotations-8.0.3
annotations-8.0.2
annotations-8.0.1
annotations-8.0.0
7.0.x
annotations-7.0.4
annotations-7.0.3
annotations-7.0.2
annotations-7.0.1
annotations-7.0.0
6.1.x
annotations-6.1.0
6.0.x
annotations-6.0.4
annotations-6.0.3
annotations-6.0.2
annotations-6.0.1
annotations-6.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.cowwoc.requirements</groupId>
    <artifactId>annotations</artifactId>
    <version>8.0.10</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.cowwoc.requirements:annotations:8.0.10'

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

implementation("com.github.cowwoc.requirements:annotations:8.0.10")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.cowwoc.requirements" % "annotations" % "8.0.10"

Advertisement