MVN

com.jashmore : documentation-annotations

Maven & Gradle

Jul 30, 2023
46 stars

Documentation Annotations · Java Dynamic SQS Listener - Utilities - Documentation Annotations

<dependency>
    <groupId>com.jashmore</groupId>
    <artifactId>documentation-annotations</artifactId>
    <version>6.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 6.0.0

All Versions

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

Version Vulnerabilities Updated
6.0.x
documentation-annotations-6.0.0
5.1.x
documentation-annotations-5.1.0
5.0.x
documentation-annotations-5.0.0
4.4.x
documentation-annotations-4.4.0
4.3.x
documentation-annotations-4.3.0
4.2.x
documentation-annotations-4.2.0
4.1.x
documentation-annotations-4.1.0
4.0.x
documentation-annotations-4.0.0
documentation-annotations-4.0.0-M8
documentation-annotations-4.0.0-M7
documentation-annotations-4.0.0-M6
documentation-annotations-4.0.0-M5
documentation-annotations-4.0.0-M4
documentation-annotations-4.0.0-M2
documentation-annotations-4.0.0-M1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.jashmore</groupId>
    <artifactId>documentation-annotations</artifactId>
    <version>6.0.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.jashmore:documentation-annotations:6.0.0'

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

implementation("com.jashmore:documentation-annotations:6.0.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.jashmore" % "documentation-annotations" % "6.0.0"