MVN

io.github.shreyashsaitwal.rush : annotations

Maven & Gradle

Nov 09, 2022
44 stars

Rush Annotations · A superset of MIT AI2 component annotations for extensions built with Rush.

<dependency>
    <groupId>io.github.shreyashsaitwal.rush</groupId>
    <artifactId>annotations</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.shreyashsaitwal.rush : annotations to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0
  • Latest Release Candidate: 2.0.0-rc01
  • Latest Beta: 2.0.0-beta11

All Versions

Choose a version of io.github.shreyashsaitwal.rush : annotations to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
annotations-2.0.0
annotations-2.0.0-rc01
annotations-2.0.0-beta11
annotations-2.0.0-beta10
annotations-2.0.0-beta09
annotations-2.0.0-beta08
annotations-2.0.0-beta07
annotations-2.0.0-beta06
annotations-2.0.0-beta05
annotations-2.0.0-beta04
annotations-2.0.0-beta03
annotations-2.0.0-beta02
annotations-2.0.0-beta01

How to add a dependency to Maven

Add the following io.github.shreyashsaitwal.rush : annotations maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.shreyashsaitwal.rush</groupId>
    <artifactId>annotations</artifactId>
    <version>2.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.shreyashsaitwal.rush : annotations gradle dependency to your build.gradle file:

implementation 'io.github.shreyashsaitwal.rush:annotations:2.0.0'

Gradle Kotlin DSL: Add the following io.github.shreyashsaitwal.rush : annotations gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.shreyashsaitwal.rush:annotations:2.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.shreyashsaitwal.rush : annotations sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.shreyashsaitwal.rush" % "annotations" % "2.0.0"